Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks() as demo1:
|
|
132 |
)
|
133 |
|
134 |
|
135 |
-
with gr.Blocks(theme=
|
136 |
chatbot = gr.Chatbot(type="messages", height=500, show_copy_button=True)
|
137 |
demo2.load(generate_response, chatbot, chatbot)
|
138 |
|
|
|
132 |
)
|
133 |
|
134 |
|
135 |
+
with gr.Blocks(theme="ocean") as demo2:
|
136 |
chatbot = gr.Chatbot(type="messages", height=500, show_copy_button=True)
|
137 |
demo2.load(generate_response, chatbot, chatbot)
|
138 |
|