Loewolf commited on
Commit
d163b82
·
1 Parent(s): 4429d9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- theme="default",
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