Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -426,8 +426,11 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
|
|
426 |
with gr.Row():
|
427 |
gr.Markdown(
|
428 |
"""
|
429 |
-
|
430 |
-
|
|
|
|
|
|
|
431 |
"""
|
432 |
)
|
433 |
|
@@ -440,7 +443,7 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
|
|
440 |
login_message = gr.Markdown(visible=False)
|
441 |
|
442 |
|
443 |
-
with gr.Tab("QR Code
|
444 |
with gr.Row():
|
445 |
with gr.Column():
|
446 |
qr_code_content = gr.Textbox(
|
|
|
426 |
with gr.Row():
|
427 |
gr.Markdown(
|
428 |
"""
|
429 |
+
Login below using the Yamamoto internal<br>
|
430 |
+
username and password to access the full app.<br>
|
431 |
+
|
432 |
+
Once logged in, a new tab will appear named<br>
|
433 |
+
"QR Code Art Generator" allowing you to access.
|
434 |
"""
|
435 |
)
|
436 |
|
|
|
443 |
login_message = gr.Markdown(visible=False)
|
444 |
|
445 |
|
446 |
+
with gr.Tab("QR Code Art Generator", visible=False) as app_container:
|
447 |
with gr.Row():
|
448 |
with gr.Column():
|
449 |
qr_code_content = gr.Textbox(
|