Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -377,11 +377,13 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
|
|
377 |
4. **Generate and Iterate**: Click 'Run' to create your art, then refine as needed.
|
378 |
"""
|
379 |
)
|
|
|
380 |
with gr.Column(scale=1):
|
381 |
-
gr.Textbox(visible=False, lines=10)
|
382 |
with gr.Row():
|
383 |
gr.Markdown(
|
384 |
"""
|
|
|
|
|
385 |
Login below using the internal<br>
|
386 |
username and password to access the full app.<br>
|
387 |
|
@@ -396,7 +398,7 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
|
|
396 |
password = gr.Textbox(label="Password", type="password", placeholder="Enter your password", value="ugd!")
|
397 |
with gr.Row():
|
398 |
login_button = gr.Button("Login", size="sm")
|
399 |
-
login_message = gr.Markdown(visible=False)
|
400 |
|
401 |
|
402 |
with gr.Tab("QR Code Art Generator", visible=False) as app_container:
|
|
|
377 |
4. **Generate and Iterate**: Click 'Run' to create your art, then refine as needed.
|
378 |
"""
|
379 |
)
|
380 |
+
|
381 |
with gr.Column(scale=1):
|
|
|
382 |
with gr.Row():
|
383 |
gr.Markdown(
|
384 |
"""
|
385 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/IzuPBIuMoRpyB04oGBnOX.png" alt="UDG" width="250" style="max-width: 100%; height: auto; class="centered-image">
|
386 |
+
|
387 |
Login below using the internal<br>
|
388 |
username and password to access the full app.<br>
|
389 |
|
|
|
398 |
password = gr.Textbox(label="Password", type="password", placeholder="Enter your password", value="ugd!")
|
399 |
with gr.Row():
|
400 |
login_button = gr.Button("Login", size="sm")
|
401 |
+
login_message = gr.Markdown(visible=False)
|
402 |
|
403 |
|
404 |
with gr.Tab("QR Code Art Generator", visible=False) as app_container:
|