albertvillanova HF staff commited on
Commit
c1cf179
1 Parent(s): 94795b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ with gr.Blocks() as demo:
15
  download_button.click(
16
  fn=download_html,
17
  inputs=html_component,
 
18
  )
19
 
20
  demo.launch()
 
15
  download_button.click(
16
  fn=download_html,
17
  inputs=html_component,
18
+ outputs=download_button,
19
  )
20
 
21
  demo.launch()