Update app.py
Browse files
app.py
CHANGED
@@ -779,7 +779,7 @@ with gr.Blocks(css=custom_css) as app:
|
|
779 |
with gr.Group(elem_classes="output-section"):
|
780 |
gr.HTML('<h3 class="section-header">Your Personalized Recipes</h3>')
|
781 |
output = gr.HTML(elem_classes="recipe-output")
|
782 |
-
download_button = gr.Button("📥 Download Recipes
|
783 |
|
784 |
gr.HTML(html_footer)
|
785 |
|
|
|
779 |
with gr.Group(elem_classes="output-section"):
|
780 |
gr.HTML('<h3 class="section-header">Your Personalized Recipes</h3>')
|
781 |
output = gr.HTML(elem_classes="recipe-output")
|
782 |
+
download_button = gr.Button("📥 Download Recipes (See below to download)", elem_classes="download-button", visible=False, elem_id="download-button")
|
783 |
|
784 |
gr.HTML(html_footer)
|
785 |
|