peterpull commited on
Commit
87c4be3
·
1 Parent(s): 892f100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,8 +33,9 @@ def chatbot(input_text, mentioned_person='Mediator John Haynes'):
33
 
34
  return response.response
35
 
 
36
 
37
- iface = gr.Interface(fn=chatbot,
38
  input='text',
39
  output='text',
40
  title="AI Chatbot",
 
33
 
34
  return response.response
35
 
36
+ print('hello there!!!')
37
 
38
+ iface = gr.Interface(chatbot,
39
  input='text',
40
  output='text',
41
  title="AI Chatbot",