Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
maxschulz-COL
/
example-editable-table
like
1
Sleeping
App
Files
Files
Community
maxschulz-COL
commited on
Jul 24
Commit
71a0abe
•
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