Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def respond(message, history):
|
|
38 |
|
39 |
|
40 |
|
41 |
-
with gr.Blocks(theme='
|
42 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
43 |
theme='Nymbo/Nymbo_Theme'
|
44 |
|
|
|
38 |
|
39 |
|
40 |
|
41 |
+
with gr.Blocks(theme='HaleyCH_Theme_craiyon_alt') as demo:
|
42 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
43 |
theme='Nymbo/Nymbo_Theme'
|
44 |
|