Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -251,7 +251,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
|
| 251 |
|
| 252 |
with gr.Row():
|
| 253 |
input_box = gr.Textbox(
|
| 254 |
-
label="Describe your
|
| 255 |
placeholder="e.g., 'Black Evening Dress'",
|
| 256 |
lines=2
|
| 257 |
)
|
|
|
|
| 251 |
|
| 252 |
with gr.Row():
|
| 253 |
input_box = gr.Textbox(
|
| 254 |
+
label="Describe your Design",
|
| 255 |
placeholder="e.g., 'Black Evening Dress'",
|
| 256 |
lines=2
|
| 257 |
)
|