davda54 commited on
Commit
34574db
·
verified ·
1 Parent(s): cd38113

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -54,7 +54,7 @@ class Soft(Base):
54
  slider_color_dark="*primary_600",
55
  # Shadows
56
  shadow_drop="0 1px 4px 0 rgb(0 0 0 / 0.1)",
57
- shadow_drop_lg="0 2px 5px 0 rgb(0 0 0 / 0.05)",
58
  # Block Labels
59
  block_background_fill="white",
60
  block_label_padding="*spacing_sm *spacing_md",
@@ -457,8 +457,7 @@ with gr.Blocks(theme=Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"
457
  gr.Markdown("## Log in", padding=True)
458
  user_id_input = gr.Textbox(
459
  label="Enter your unique annotator ID to begin",
460
- placeholder="Annotator ID",
461
- container=True
462
  )
463
  with gr.Row():
464
  login_btn = gr.Button("Login", variant="primary", scale=0.2, min_width=100)
 
54
  slider_color_dark="*primary_600",
55
  # Shadows
56
  shadow_drop="0 1px 4px 0 rgb(0 0 0 / 0.1)",
57
+ shadow_drop_lg="0 2px 5px 0 rgb(0 0 0 / 0.2)",
58
  # Block Labels
59
  block_background_fill="white",
60
  block_label_padding="*spacing_sm *spacing_md",
 
457
  gr.Markdown("## Log in", padding=True)
458
  user_id_input = gr.Textbox(
459
  label="Enter your unique annotator ID to begin",
460
+ placeholder="Annotator ID"
 
461
  )
462
  with gr.Row():
463
  login_btn = gr.Button("Login", variant="primary", scale=0.2, min_width=100)