Docfile commited on
Commit
3231314
·
1 Parent(s): a9274e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def chatbot_interaction(input_text):
30
  print(message, flush=True, end='')
31
  Q += message
32
  print(Q)
33
- return Q
34
  iface = gr.Interface(
35
  fn=chatbot_interaction,
36
  inputs="text",
 
30
  print(message, flush=True, end='')
31
  Q += message
32
  print(Q)
33
+ return "bouge"
34
  iface = gr.Interface(
35
  fn=chatbot_interaction,
36
  inputs="text",