Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ def chat_with_bot(history, user_message):
|
|
242 |
|
243 |
|
244 |
# Create the Gradio Blocks interface
|
245 |
-
with gr.Blocks() as demo:
|
246 |
chatbot = gr.Chatbot([], elem_id="RADAR", bubble_full_width=False)
|
247 |
with gr.Row():
|
248 |
with gr.Column():
|
|
|
242 |
|
243 |
|
244 |
# Create the Gradio Blocks interface
|
245 |
+
with gr.Blocks(theme="rawrsor1/Everforest") as demo:
|
246 |
chatbot = gr.Chatbot([], elem_id="RADAR", bubble_full_width=False)
|
247 |
with gr.Row():
|
248 |
with gr.Column():
|