Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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):
|