Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,6 @@ def yes_no(messsage, history):
|
|
10 |
|
11 |
print("Hello, World")
|
12 |
|
13 |
-
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", theme=
|
14 |
|
15 |
chatbot.launch()
|
|
|
10 |
|
11 |
print("Hello, World")
|
12 |
|
13 |
+
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", theme='earneleh/paris')
|
14 |
|
15 |
chatbot.launch()
|