Severian commited on
Commit
a92252f
·
verified ·
1 Parent(s): 8b55039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -470,14 +470,13 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
470
 
471
  with gr.Column():
472
  gr.Markdown("### Your Generated QR Code Art")
473
- gr.Markdown("Click the download button below the image to save your creation.")
474
  result_image = gr.Image(
475
  label="Your Artistic QR Code",
476
  show_download_button=True,
477
  show_fullscreen_button=True,
478
- container=True
479
  )
480
- gr.Markdown("💾 Use the download button above the image to save your QR code art.")
481
 
482
  scan_button = gr.Button("Verify QR Code Works", visible=False)
483
  scan_result = gr.Textbox(label="Validation Result of QR Code", interactive=False, visible=False)
 
470
 
471
  with gr.Column():
472
  gr.Markdown("### Your Generated QR Code Art")
 
473
  result_image = gr.Image(
474
  label="Your Artistic QR Code",
475
  show_download_button=True,
476
  show_fullscreen_button=True,
477
+ container=False
478
  )
479
+ gr.Markdown("💾 Right-click and save the image to download your QR code art.")
480
 
481
  scan_button = gr.Button("Verify QR Code Works", visible=False)
482
  scan_result = gr.Textbox(label="Validation Result of QR Code", interactive=False, visible=False)