Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def respond(message, chat_history):
|
|
123 |
return "", chat_history
|
124 |
|
125 |
# Gradio interface
|
126 |
-
with gr.Blocks(theme=
|
127 |
gr.Markdown(
|
128 |
"""
|
129 |
<div>
|
|
|
123 |
return "", chat_history
|
124 |
|
125 |
# Gradio interface
|
126 |
+
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
127 |
gr.Markdown(
|
128 |
"""
|
129 |
<div>
|