shukdevdatta123 commited on
Commit
cf3a9d7
·
verified ·
1 Parent(s): b221fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 as HTML (Click on it", elem_classes="download-button", visible=False, elem_id="download-button")
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