Spaces:
Running
Running
Deleted misleading placeholder
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def gradio_app():
|
|
100 |
input_ = Textbox(
|
101 |
lines=11,
|
102 |
label="Input",
|
103 |
-
placeholder="
|
104 |
# value = "Quina és la finalitat del Servei Meteorològic de Catalunya?"
|
105 |
)
|
106 |
with gr.Row(variant="panel"):
|
|
|
100 |
input_ = Textbox(
|
101 |
lines=11,
|
102 |
label="Input",
|
103 |
+
placeholder=" ",
|
104 |
# value = "Quina és la finalitat del Servei Meteorològic de Catalunya?"
|
105 |
)
|
106 |
with gr.Row(variant="panel"):
|