codersoul commited on
Commit
9500b4a
·
verified ·
1 Parent(s): 306b173

Updated the responses

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,6 +18,6 @@ def random_response(message, history):
18
  #response_options = ["yes", "no", "I need more cosmic energy to answer.", "Very doubtful.", "Signs point to yes."]
19
  return random.choice[0].message.content.strip()
20
 
21
- chatbot = gr.ChatInterface(respond, title="Chatbot")
22
 
23
  chatbot.launch()
 
18
  #response_options = ["yes", "no", "I need more cosmic energy to answer.", "Very doubtful.", "Signs point to yes."]
19
  return random.choice[0].message.content.strip()
20
 
21
+ chatbot = gr.ChatInterface(random_response, title="Chatbot")
22
 
23
  chatbot.launch()