Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,5 +39,5 @@ def reply(message, history):
|
|
| 39 |
time.sleep(0.0001)
|
| 40 |
yield this_hist
|
| 41 |
|
| 42 |
-
demo = gr.ChatInterface(fn=reply, title="
|
| 43 |
demo.launch(server_name="0.0.0.0", share=False)
|
|
|
|
| 39 |
time.sleep(0.0001)
|
| 40 |
yield this_hist
|
| 41 |
|
| 42 |
+
demo = gr.ChatInterface(fn=reply, title="cLLiMateChat", theme=mytheme)
|
| 43 |
demo.launch(server_name="0.0.0.0", share=False)
|