Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def respond(message, history):
|
|
40 |
|
41 |
with gr.Blocks(theme='HaleyCH_Theme_craiyon_alt') as demo:
|
42 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
43 |
-
theme='
|
44 |
|
45 |
|
46 |
if __name__ == "__main__":
|
|
|
40 |
|
41 |
with gr.Blocks(theme='HaleyCH_Theme_craiyon_alt') as demo:
|
42 |
gr.ChatInterface(respond, chatbot=gr.Chatbot(height=800))
|
43 |
+
theme='HaleyCH_Theme_craiyon_alt'
|
44 |
|
45 |
|
46 |
if __name__ == "__main__":
|