Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def respond(message, history):
|
|
68 |
return f"An error occurred: {e}", history
|
69 |
|
70 |
# UI Setup
|
71 |
-
with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")])
|
72 |
gr.Markdown("# HundAI Chatbot🤖")
|
73 |
|
74 |
with gr.Row():
|
|
|
68 |
return f"An error occurred: {e}", history
|
69 |
|
70 |
# UI Setup
|
71 |
+
with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Roboto Mono")])) as demo:
|
72 |
gr.Markdown("# HundAI Chatbot🤖")
|
73 |
|
74 |
with gr.Row():
|