Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,9 +18,8 @@ iface = gr.Interface(
|
|
18 |
inputs=gr.Textbox(label="Schreibe hier...", placeholder="Stelle deine Frage..."),
|
19 |
outputs="text",
|
20 |
title="Löwolf Chat",
|
21 |
-
description="Willkommen beim Löwolf Chat. Stelle deine Fragen und erhalte Antworten vom KI-Chatbot."
|
22 |
-
|
23 |
-
layout="vertical"
|
24 |
)
|
25 |
|
26 |
# Starten des Chatbot-Interfaces
|
|
|
18 |
inputs=gr.Textbox(label="Schreibe hier...", placeholder="Stelle deine Frage..."),
|
19 |
outputs="text",
|
20 |
title="Löwolf Chat",
|
21 |
+
description="Willkommen beim Löwolf Chat. Stelle deine Fragen und erhalte Antworten vom KI-Chatbot."
|
22 |
+
|
|
|
23 |
)
|
24 |
|
25 |
# Starten des Chatbot-Interfaces
|