Spaces:
Build error
Build error
Tweaks
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ with block:
|
|
| 159 |
output = gr.Markdown("")
|
| 160 |
with gr.Row():
|
| 161 |
request = gr.Textbox(label="Express this: ",
|
| 162 |
-
value="
|
| 163 |
placeholder="Ex: The quick brown fox jumped over the lazy dog.")
|
| 164 |
|
| 165 |
submit = gr.Button(value="Express", variant="secondary").style(full_width=False)
|
|
|
|
| 159 |
output = gr.Markdown("")
|
| 160 |
with gr.Row():
|
| 161 |
request = gr.Textbox(label="Express this: ",
|
| 162 |
+
value="",
|
| 163 |
placeholder="Ex: The quick brown fox jumped over the lazy dog.")
|
| 164 |
|
| 165 |
submit = gr.Button(value="Express", variant="secondary").style(full_width=False)
|