Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
436 |
with gr.Row():
|
437 |
-
password = gr.Textbox(label="Password", type="password", placeholder="Enter your password", value="
|
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)
|