Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,6 @@ def yesNoRandom(message,history):
|
|
| 5 |
repsonse=["yes","no"]
|
| 6 |
return random.choice(repsonse)
|
| 7 |
|
| 8 |
-
chatbot = gr.ChatInterface(yesNoRandom, type = "
|
| 9 |
|
| 10 |
chatbot.launch()
|
|
|
|
| 5 |
repsonse=["yes","no"]
|
| 6 |
return random.choice(repsonse)
|
| 7 |
|
| 8 |
+
chatbot = gr.ChatInterface(yesNoRandom, type = "messages")
|
| 9 |
|
| 10 |
chatbot.launch()
|