Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
albertvillanova
/
bug-plotly-line-polar
like
0
Sleeping
App
Files
Files
Community
albertvillanova
HF staff
commited on
Oct 22, 2024
Commit
066d746
·
verified
·
1 Parent(s):
cd863f2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,6 @@ with gr.Blocks() as demo:
25
btn.click(
26
fn=display_plot,
27
outputs=plot,
28
-
)
25
btn.click(
26
fn=display_plot,
27
outputs=plot,
28
+
)
29
+
30
+
demo.launch()