Spaces:
Running
Running
change space to app name
Browse files
app.py
CHANGED
|
@@ -1161,8 +1161,8 @@ with gr.Blocks(
|
|
| 1161 |
with gr.Sidebar():
|
| 1162 |
login_button = gr.LoginButton()
|
| 1163 |
space_name_input = gr.Textbox(
|
| 1164 |
-
label="
|
| 1165 |
-
placeholder="Enter your
|
| 1166 |
lines=1,
|
| 1167 |
visible=True
|
| 1168 |
)
|
|
|
|
| 1161 |
with gr.Sidebar():
|
| 1162 |
login_button = gr.LoginButton()
|
| 1163 |
space_name_input = gr.Textbox(
|
| 1164 |
+
label="app name (e.g. my-cool-app)",
|
| 1165 |
+
placeholder="Enter your app name",
|
| 1166 |
lines=1,
|
| 1167 |
visible=True
|
| 1168 |
)
|