Spaces:
Running
Running
update label
Browse files
app.py
CHANGED
@@ -916,7 +916,7 @@ with gr.Blocks(
|
|
916 |
|
917 |
# URL input for website redesign
|
918 |
website_url_input = gr.Textbox(
|
919 |
-
label="Website URL
|
920 |
placeholder="https://example.com",
|
921 |
lines=1,
|
922 |
visible=True
|
|
|
916 |
|
917 |
# URL input for website redesign
|
918 |
website_url_input = gr.Textbox(
|
919 |
+
label="Website URL for redesign",
|
920 |
placeholder="https://example.com",
|
921 |
lines=1,
|
922 |
visible=True
|