Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
| 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",
|