Docfile commited on
Commit
df717e2
·
1 Parent(s): 7e60e3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def chatbot_interaction(input_text):
7
 
8
 
9
 
10
- #print(response)
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,