Severian commited on
Commit
577b4b2
·
verified ·
1 Parent(s): 8ee142d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -471,9 +471,9 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
471
  )
472
 
473
  with gr.Row():
474
- username = gr.Textbox(label="Username", placeholder="Enter your username", visible="ugd")
475
  with gr.Row():
476
- password = gr.Textbox(label="Password", type="password", placeholder="Enter your password", visible="ugd!")
477
  with gr.Row():
478
  login_button = gr.Button("Login", size="sm")
479
  login_message = gr.Markdown(visible=False)
 
471
  )
472
 
473
  with gr.Row():
474
+ username = gr.Textbox(label="Username", placeholder="Enter your username", value="ugd")
475
  with gr.Row():
476
+ password = gr.Textbox(label="Password", type="password", placeholder="Enter your password", value="ugd!")
477
  with gr.Row():
478
  login_button = gr.Button("Login", size="sm")
479
  login_message = gr.Markdown(visible=False)