Update app.py
Browse files
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
|
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",
|