eraz3r commited on
Commit
17e38a1
·
verified ·
1 Parent(s): 95c3af0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -613,12 +613,11 @@ with gr.Blocks(title="🧠 Second Brain") as demo:
613
  with gr.Tab("Create Account"):
614
  reg_user_in = gr.Textbox(label="Username", placeholder="choose a username")
615
  reg_pass_in = gr.Textbox(label="Password (min 6 chars)", type="password", placeholder="••••••••")
616
- with gr.Row():
617
- reg_wake = gr.Textbox(label="Wake time", value="07:30", scale=1)
618
- reg_sleep = gr.Textbox(label="Sleep time", value="23:00", scale=1)
619
- reg_focus = gr.Dropdown(label="Peak focus",
620
- choices=["Morning","Afternoon","Evening","Night"],
621
- value="Morning", scale=1)
622
  reg_goals = gr.Textbox(
623
  label="Big-picture goals (one per line, optional)",
624
  lines=3,
 
613
  with gr.Tab("Create Account"):
614
  reg_user_in = gr.Textbox(label="Username", placeholder="choose a username")
615
  reg_pass_in = gr.Textbox(label="Password (min 6 chars)", type="password", placeholder="••••••••")
616
+ reg_wake = gr.Textbox(label="Wake time", value="07:30")
617
+ reg_sleep = gr.Textbox(label="Sleep time", value="23:00")
618
+ reg_focus = gr.Dropdown(label="Peak focus",
619
+ choices=["Morning","Afternoon","Evening","Night"],
620
+ value="Morning")
 
621
  reg_goals = gr.Textbox(
622
  label="Big-picture goals (one per line, optional)",
623
  lines=3,