Update app.py
Browse files
app.py
CHANGED
|
@@ -8,5 +8,5 @@ def yes_no(message, history):
|
|
| 8 |
return random.choice(responses)
|
| 9 |
|
| 10 |
print ("Hello World!")
|
| 11 |
-
chatbot = gr.ChatInterface(yes_no, type="messages", title="The best ChatBot ever", examples= ["hi", "whats the weather today"], theme='shivi/calm_seafoam)
|
| 12 |
chatbot.launch()
|
|
|
|
| 8 |
return random.choice(responses)
|
| 9 |
|
| 10 |
print ("Hello World!")
|
| 11 |
+
chatbot = gr.ChatInterface(yes_no, type="messages", title="The best ChatBot ever", examples= ["hi", "whats the weather today"], theme='shivi/calm_seafoam')
|
| 12 |
chatbot.launch()
|