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