Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|