Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
maxschulz-COL
/
example-editable-table
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
maxschulz-COL
commited on
Jul 24, 2024
Commit
71a0abe
·
verified
·
1 Parent(s):
d9469c4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -97,6 +97,7 @@ page = vm.Page(
97
],
98
)
99
100
app = Vizro().build(dashboard)
101
server = app.dash.server
102
97
],
98
)
99
100
+
dashboard = vm.Dashboard(pages=[page])
101
app = Vizro().build(dashboard)
102
server = app.dash.server
103