Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
maxschulz-COL
/
example-editable-table
like
1
Running
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