Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ European Championship => competitions
|
|
151 |
)
|
152 |
|
153 |
input_text = gr.Textbox(
|
154 |
-
value=examples[0][
|
155 |
)
|
156 |
with gr.Row() as row:
|
157 |
models = gr.Dropdown(
|
|
|
151 |
)
|
152 |
|
153 |
input_text = gr.Textbox(
|
154 |
+
value=examples[0][1], label="Text input", placeholder="Enter your text here"
|
155 |
)
|
156 |
with gr.Row() as row:
|
157 |
models = gr.Dropdown(
|