Ifeeab05 commited on
Commit
7366b75
·
verified ·
1 Parent(s): 4904de0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ def respond_yes_no_randomly(message, history):
5
  return random.choices(responses) #added here
6
 
7
  print("hELLO World")
8
- chatbot = gr.ChatInterface(respond_yes_no_random, type="messages", title="Yes No Bot") #chatbot UI - convo history & user input
9
  chatbot.launch()
 
5
  return random.choices(responses) #added here
6
 
7
  print("hELLO World")
8
+ chatbot = gr.ChatInterface(respond_yes_no_randomly, type="messages", title="Yes No Bot") #chatbot UI - convo history & user input
9
  chatbot.launch()