Update app.py
Browse files
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 |
# -----------------------------------------------------------------
|