davda54 commited on
Commit
b211c30
·
verified ·
1 Parent(s): 0407e54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -448,7 +448,8 @@ with gr.Blocks(theme=Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"
448
  gr.Markdown("## Log in", padding=True)
449
  user_id_input = gr.Textbox(
450
  label="Enter your unique annotator ID to begin",
451
- placeholder="Annotator ID"
 
452
  )
453
  with gr.Row():
454
  login_btn = gr.Button("Login", variant="primary", scale=0.2, min_width=100)
 
448
  gr.Markdown("## Log in", padding=True)
449
  user_id_input = gr.Textbox(
450
  label="Enter your unique annotator ID to begin",
451
+ placeholder="Annotator ID",
452
+ container=False
453
  )
454
  with gr.Row():
455
  login_btn = gr.Button("Login", variant="primary", scale=0.2, min_width=100)