Update app.py
Browse files
app.py
CHANGED
@@ -8,13 +8,13 @@ def chatbot_interaction(input_text):
|
|
8 |
|
9 |
|
10 |
print(response)
|
11 |
-
return
|
12 |
iface = gr.Interface(
|
13 |
fn=chatbot_interaction,
|
14 |
inputs="text",
|
15 |
outputs="text",
|
16 |
layout="vertical",
|
17 |
title="Chatbot",
|
18 |
-
description="Isa Ibn Maryam. Dis moi tu viens encore fais quoi ici ? 😂😂 Vas dormir ! ")
|
19 |
|
20 |
iface.launch()
|
|
|
8 |
|
9 |
|
10 |
print(response)
|
11 |
+
return "Isa a verrouillé l'espace. "
|
12 |
iface = gr.Interface(
|
13 |
fn=chatbot_interaction,
|
14 |
inputs="text",
|
15 |
outputs="text",
|
16 |
layout="vertical",
|
17 |
title="Chatbot",
|
18 |
+
description="Isa Ibn Maryam. Dis moi tu viens encore fais quoi ici ? 😂😂 Vas dormir ! Espace fermé ! ")
|
19 |
|
20 |
iface.launch()
|