Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,6 @@ def yes_no(message, history):
|
|
10 |
return random.choice(responses)
|
11 |
|
12 |
|
13 |
-
chatbot = gr.ChatInterface(yes_no, type = "messages", title="Magic 8 Ball", description = "a chatbot that gives you answers.", theme="
|
14 |
|
15 |
chatbot.launch()
|
|
|
10 |
return random.choice(responses)
|
11 |
|
12 |
|
13 |
+
chatbot = gr.ChatInterface(yes_no, type = "messages", title="Magic 8 Ball", description = "a chatbot that gives you answers.", theme="Taithrah/Minimal")
|
14 |
|
15 |
chatbot.launch()
|