TeahReichenbaum commited on
Commit
91a4ad4
·
verified ·
1 Parent(s): 0a698fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "message")
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()