Sarath0x8f commited on
Commit
24a9d83
·
verified ·
1 Parent(s): ef9ef3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def respond(message, history):
55
  return f"An error occurred: {e}"
56
 
57
  # UI Setup
58
- with gr.Blocks(theme=gr.themes.Light(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
59
  gr.Markdown("# DocBot📄🤖")
60
  with gr.Row():
61
  with gr.Column(scale=1):
 
55
  return f"An error occurred: {e}"
56
 
57
  # UI Setup
58
+ with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")]), css='footer {visibility: hidden}') as demo:
59
  gr.Markdown("# DocBot📄🤖")
60
  with gr.Row():
61
  with gr.Column(scale=1):