Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def yes_no(message, history):
|
|
11 |
|
12 |
print("Hello, World!")
|
13 |
|
14 |
-
chatbot = gr.ChatInterface(yes_no, type = "messages", title="My Chatbot", description = "a chatbot that states its opinions.", theme=
|
15 |
|
16 |
chatbot.launch()
|
17 |
|
|
|
11 |
|
12 |
print("Hello, World!")
|
13 |
|
14 |
+
chatbot = gr.ChatInterface(yes_no, type = "messages", title="My Chatbot", description = "a chatbot that states its opinions.", theme="citrus")
|
15 |
|
16 |
chatbot.launch()
|
17 |
|