Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def chatbot_interaction(input_text):
|
|
7 |
|
8 |
|
9 |
|
10 |
-
|
11 |
return response
|
12 |
iface = gr.Interface(
|
13 |
fn=chatbot_interaction,
|
|
|
7 |
|
8 |
|
9 |
|
10 |
+
print(response)
|
11 |
return response
|
12 |
iface = gr.Interface(
|
13 |
fn=chatbot_interaction,
|