Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -441,7 +441,7 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
|
|
441 |
with gr.Column(scale=2, elem_classes="welcome-content"):
|
442 |
gr.Markdown(
|
443 |
"""
|
444 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/wbJq4-vjkSquskCjKlRfb.png" alt="
|
445 |
|
446 |
# 🎨 Underground Digital's Caption Captain: AI-Powered Art Inspiration
|
447 |
|
@@ -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)
|
|
|
441 |
with gr.Column(scale=2, elem_classes="welcome-content"):
|
442 |
gr.Markdown(
|
443 |
"""
|
444 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/wbJq4-vjkSquskCjKlRfb.png" alt="UGD" width="250" class="centered-image">
|
445 |
|
446 |
# 🎨 Underground Digital's Caption Captain: AI-Powered Art Inspiration
|
447 |
|
|
|
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)
|