Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,4 +103,6 @@ def respond(message, history):
|
|
| 103 |
chatbot = gr.ChatInterface(respond)
|
| 104 |
|
| 105 |
|
| 106 |
-
chatbot.launch()
|
|
|
|
|
|
|
|
|
| 103 |
chatbot = gr.ChatInterface(respond)
|
| 104 |
|
| 105 |
|
| 106 |
+
chatbot.launch()
|
| 107 |
+
|
| 108 |
+
with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as demo:
|