Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LaboLabrie
/
CycIF
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
KashyapiNagaHarshitha
commited on
Jun 19, 2024
Commit
2492a4d
·
verified
·
1 Parent(s):
f928cc1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ app = pn.template.MaterialTemplate(
32
main=pn.Row(*columns),
33
)
34
35
-
app.servable(
address='0.0.0.0'
)
32
main=pn.Row(*columns),
33
)
34
35
+
app.servable()