Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,6 @@ def yes_no(message, history):
|
|
| 11 |
|
| 12 |
|
| 13 |
|
| 14 |
-
chatbot = gr.ChatInterface(yes_no, type="messages", title="Magic 8 Ball", description = "Ask me a question", theme=gr.themes.Soft(primary_hue=gr.themes.colors.
|
| 15 |
|
| 16 |
chatbot.launch()
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
|
| 14 |
+
chatbot = gr.ChatInterface(yes_no, type="messages", title="Magic 8 Ball", description = "Ask me a question", theme=gr.themes.Soft(primary_hue=gr.themes.colors.slate, secondary_hue=gr.themes.colors.purple))
|
| 15 |
|
| 16 |
chatbot.launch()
|