Fix wording
Browse files
app.py
CHANGED
|
@@ -556,7 +556,7 @@ with gr.Blocks(theme=theme, css=custom_css, js=custom_js) as demo:
|
|
| 556 |
)
|
| 557 |
with gr.Sidebar(position="left"):
|
| 558 |
task_input = gr.Textbox(
|
| 559 |
-
value="Download a picture of cute puppy",
|
| 560 |
label="Enter your task below:",
|
| 561 |
elem_classes="primary-color-label"
|
| 562 |
)
|
|
|
|
| 556 |
)
|
| 557 |
with gr.Sidebar(position="left"):
|
| 558 |
task_input = gr.Textbox(
|
| 559 |
+
value="Download a picture of a cute puppy",
|
| 560 |
label="Enter your task below:",
|
| 561 |
elem_classes="primary-color-label"
|
| 562 |
)
|