Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
|
|
35 |
fn=autocomplete,
|
36 |
inputs=gr.Textbox(lines=2,
|
37 |
placeholder="Moin! π",
|
38 |
-
label="
|
39 |
outputs=gr.Markdown(),
|
40 |
title="Turbo KI-Chat π",
|
41 |
description="Powered by Groq & Mistral",
|
|
|
35 |
fn=autocomplete,
|
36 |
inputs=gr.Textbox(lines=2,
|
37 |
placeholder="Moin! π",
|
38 |
+
label="Deine Eingabe"),
|
39 |
outputs=gr.Markdown(),
|
40 |
title="Turbo KI-Chat π",
|
41 |
description="Powered by Groq & Mistral",
|