Docfile commited on
Commit
2b4e16b
·
verified ·
1 Parent(s): b12d5f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -8,12 +8,8 @@ responses = {
8
  }
9
 
10
  def chatbot(input_text):
11
- time.sleep(3)
12
- input_text = input_text.lower()
13
- for key in responses:
14
- if key in input_text:
15
- return responses[key]
16
- return "Je ne comprends pas votre question."
17
 
18
  # Interface Gradio
19
  iface = gr.Interface(
 
8
  }
9
 
10
  def chatbot(input_text):
11
+ print(input_text)
12
+ return "Non abonné ."
 
 
 
 
13
 
14
  # Interface Gradio
15
  iface = gr.Interface(