natasha1704 commited on
Commit
7bd22f2
·
verified ·
1 Parent(s): 6872635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def build_interface() -> gr.Blocks:
65
  type="password",
66
  placeholder="sk‑…",
67
  )
68
- whoop_email_box = gr.Textbox(label="Whoop e‑mail")
69
  whoop_pass_box = gr.Textbox(label="Whoop password", type="password")
70
 
71
  # -----------------------------------------------------------------
 
65
  type="password",
66
  placeholder="sk‑…",
67
  )
68
+ whoop_email_box = gr.Textbox(label="Whoop e‑mail", type="password")
69
  whoop_pass_box = gr.Textbox(label="Whoop password", type="password")
70
 
71
  # -----------------------------------------------------------------