Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,6 @@ def yes_no(message,history) :
|
|
| 10 |
|
| 11 |
print("Hello World")
|
| 12 |
|
| 13 |
-
chatbot = gr.ChatInterface(yes_no, type= "messages", title= "Fortune Teller Chatbot", description= "This is the chatbot only tells the truth", theme=
|
| 14 |
|
| 15 |
chatbot.launch()
|
|
|
|
| 10 |
|
| 11 |
print("Hello World")
|
| 12 |
|
| 13 |
+
chatbot = gr.ChatInterface(yes_no, type= "messages", title= "Fortune Teller Chatbot", description= "This is the chatbot only tells the truth", theme="SebastianBravo/simci_css")
|
| 14 |
|
| 15 |
chatbot.launch()
|