gursi26 commited on
Commit
71be213
·
1 Parent(s): bf0b4b8

small change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks(css=CSS) as app:
167
 
168
  with gr.Row():
169
  with gr.Column():
170
- user_id = gr.Textbox(label="User ID", info="Enter a unique user id of your choice or take note of the current one. This user id will be placed into a queue to give you access to the cobot, so make sure you remember it!")
171
  with gr.Column():
172
  status_text = gr.Textbox(label="Queue status", value="", interactive=False, max_lines=2)
173
 
 
167
 
168
  with gr.Row():
169
  with gr.Column():
170
+ user_id = gr.Textbox(label="User ID", info="Enter a unique user id of your choice or take note of the automatically generated user id. This user id will be placed into a queue to give you access to the cobot, so make sure you remember it!")
171
  with gr.Column():
172
  status_text = gr.Textbox(label="Queue status", value="", interactive=False, max_lines=2)
173