akhaliq HF Staff commited on
Commit
5493f2d
·
1 Parent(s): 8e9e1ab

change space to app name

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Space name (e.g. my-cool-space)",
1165
- placeholder="Enter your Space name",
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
  )