Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,8 @@ responses = {
|
|
9 |
|
10 |
def chatbot(input_text):
|
11 |
time.sleep(3)
|
12 |
-
return responses.get(input_text, "Je ne comprends pas votre question.")
|
|
|
13 |
|
14 |
# Interface Gradio
|
15 |
iface = gr.Interface(
|
|
|
9 |
|
10 |
def chatbot(input_text):
|
11 |
time.sleep(3)
|
12 |
+
#return responses.get(input_text, "Je ne comprends pas votre question.")
|
13 |
+
return "Non abonné !"
|
14 |
|
15 |
# Interface Gradio
|
16 |
iface = gr.Interface(
|