peterpull commited on
Commit
37992d2
·
1 Parent(s): 4b073fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def chatbot(input_text, mentioned_person='Mediator John Haynes'):
34
  return response.response
35
 
36
 
37
- iface = gr.Interface(fn=chat,
38
  inputs=["Enter your question"],
39
  outputs=["Chatbot reponse"],
40
  title="AI Chatbot trained on J. Haynes mediation material, v0.1",
 
34
  return response.response
35
 
36
 
37
+ iface = gr.Interface(fn=chatbot,
38
  inputs=["Enter your question"],
39
  outputs=["Chatbot reponse"],
40
  title="AI Chatbot trained on J. Haynes mediation material, v0.1",