Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -381,7 +381,7 @@ with gr.Blocks(theme='Hev832/Applio') as blocks:
|
|
381 |
)
|
382 |
|
383 |
with gr.Column():
|
384 |
-
result_image = gr.Image(label="Your Artistic QR Code")
|
385 |
|
386 |
|
387 |
with gr.Row(visible=False):
|
|
|
381 |
)
|
382 |
|
383 |
with gr.Column():
|
384 |
+
result_image = gr.Image(label="Your Artistic QR Code", show_download_button=True, show_fullscreen_button=True)
|
385 |
|
386 |
|
387 |
with gr.Row(visible=False):
|