Spaces:
Runtime error
Runtime error
Commit
•
c1cf179
1
Parent(s):
94795b0
Update app.py
Browse files
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()
|