Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,10 +42,10 @@ body {
|
|
42 |
# Erstelle die Gradio-Schnittstelle
|
43 |
iface = gr.Interface(
|
44 |
fn=autocomplete,
|
45 |
-
inputs=gr.Textbox(lines=2, placeholder="
|
46 |
outputs=gr.Markdown(),
|
47 |
title="Frag mich einfach!",
|
48 |
-
description="
|
49 |
live=True,
|
50 |
allow_flagging="never",
|
51 |
css=css
|
|
|
42 |
# Erstelle die Gradio-Schnittstelle
|
43 |
iface = gr.Interface(
|
44 |
fn=autocomplete,
|
45 |
+
inputs=gr.Textbox(lines=2, placeholder="Hallo 👋", label="Frag mich"),
|
46 |
outputs=gr.Markdown(),
|
47 |
title="Frag mich einfach!",
|
48 |
+
description="",
|
49 |
live=True,
|
50 |
allow_flagging="never",
|
51 |
css=css
|