Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,7 @@ def chatbot_interaction(input_text):
|
|
11 |
iface = gr.Interface(
|
12 |
fn=chatbot_interaction,
|
13 |
inputs="text",
|
14 |
-
outputs=gr.Textbox(label="Réponse"),
|
15 |
-
layout="vertical",
|
16 |
title="bot",
|
17 |
description="By Isa Ibn Maryam. Dis moi tu viens encore fais quoi ici ? 😂😂 Vas dormir ! Espace fermé ! ")
|
18 |
|
|
|
11 |
iface = gr.Interface(
|
12 |
fn=chatbot_interaction,
|
13 |
inputs="text",
|
14 |
+
outputs=gr.Textbox(label="Réponse"),
|
|
|
15 |
title="bot",
|
16 |
description="By Isa Ibn Maryam. Dis moi tu viens encore fais quoi ici ? 😂😂 Vas dormir ! Espace fermé ! ")
|
17 |
|