Code4ueru commited on
Commit
4b1e151
·
verified ·
1 Parent(s): 3e73e50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,6 +6,6 @@ def random_message(message, history):
6
  random_choice = random.choice(choices)
7
  return random_choice
8
 
9
- chatbot = gr.ChatInterface(echo, type = "messages")
10
 
11
  chatbot.launch()
 
6
  random_choice = random.choice(choices)
7
  return random_choice
8
 
9
+ chatbot = gr.ChatInterface(random_message, type = "messages")
10
 
11
  chatbot.launch()