Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -530,14 +530,13 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
|
|
530 |
|
531 |
with gr.Column():
|
532 |
gr.Markdown("### Your Generated QR Code Art")
|
533 |
-
gr.Markdown("Click the download button below the image to save your creation.")
|
534 |
result_image = gr.Image(
|
535 |
label="Your Artistic QR Code",
|
536 |
show_download_button=True,
|
537 |
show_fullscreen_button=True,
|
538 |
container=True
|
539 |
)
|
540 |
-
gr.Markdown("💾
|
541 |
|
542 |
scan_button = gr.Button("Verify QR Code Works", visible=False)
|
543 |
scan_result = gr.Textbox(label="Validation Result of QR Code", interactive=False, visible=False)
|
|
|
530 |
|
531 |
with gr.Column():
|
532 |
gr.Markdown("### Your Generated QR Code Art")
|
|
|
533 |
result_image = gr.Image(
|
534 |
label="Your Artistic QR Code",
|
535 |
show_download_button=True,
|
536 |
show_fullscreen_button=True,
|
537 |
container=True
|
538 |
)
|
539 |
+
gr.Markdown("💾 Right-click and save to download your QR code art.")
|
540 |
|
541 |
scan_button = gr.Button("Verify QR Code Works", visible=False)
|
542 |
scan_result = gr.Textbox(label="Validation Result of QR Code", interactive=False, visible=False)
|