Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,6 @@ def yes_no(messsage, history):
|
|
11 |
|
12 |
print("Hello, World")
|
13 |
|
14 |
-
chatbot = gr.ChatInterface(yes_no, type="messages", title="8 ball", description="Ask it questions and it well tell you if it will happen or not",
|
15 |
|
16 |
chatbot.launch()
|
|
|
11 |
|
12 |
print("Hello, World")
|
13 |
|
14 |
+
chatbot = gr.ChatInterface(yes_no, type="messages", title="8 ball", description="Ask it questions and it well tell you if it will happen or not", themes.Default(primary_hue="red", secondary_hue="pink"))")
|
15 |
|
16 |
chatbot.launch()
|