Severian commited on
Commit
78aeae6
·
verified ·
1 Parent(s): 5df96ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -474,7 +474,7 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
474
  show_fullscreen_button=True,
475
  container=False
476
  )
477
- gr.Markdown("💾 Right-click and save the image to download your QR code art.")
478
 
479
  scan_button = gr.Button("Verify QR Code Works", visible=False)
480
  scan_result = gr.Textbox(label="Validation Result of QR Code", interactive=False, visible=False)
 
474
  show_fullscreen_button=True,
475
  container=False
476
  )
477
+ gr.Markdown("💾 Right-click and save the image to download your QR code art. **Note:** Images are currently not stored when generated, meaning each new generation deletes the previous one. Make sure to save your images as you go.")
478
 
479
  scan_button = gr.Button("Verify QR Code Works", visible=False)
480
  scan_result = gr.Textbox(label="Validation Result of QR Code", interactive=False, visible=False)