Severian commited on
Commit
f8ef6d2
·
verified ·
1 Parent(s): 1e40314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -432,9 +432,9 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
432
  )
433
 
434
  with gr.Row():
435
- username = gr.Textbox(label="Username", placeholder="Enter your username", value="UGD")
436
  with gr.Row():
437
- password = gr.Textbox(label="Password", type="password", placeholder="Enter your password", value="UGD!")
438
  with gr.Row():
439
  login_button = gr.Button("Login", size="sm")
440
  login_message = gr.Markdown(visible=False)
 
432
  )
433
 
434
  with gr.Row():
435
+ username = gr.Textbox(label="Username", placeholder="Enter your username", value="ugd")
436
  with gr.Row():
437
+ password = gr.Textbox(label="Password", type="password", placeholder="Enter your password", value="ugd!")
438
  with gr.Row():
439
  login_button = gr.Button("Login", size="sm")
440
  login_message = gr.Markdown(visible=False)