Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
maxschulz-COL
/
vizro-ai-UI
like
2
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
maxschulz-COL
commited on
Sep 5, 2024
Commit
47ae43e
·
1 Parent(s):
d65e306
Add server
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -194,6 +194,6 @@ app.dash.layout.children.append(
194
)
195
)
196
197
-
198
if __name__ == "__main__":
199
app.run()
194
)
195
)
196
197
+
server = app.dash.server
198
if __name__ == "__main__":
199
app.run()