Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
li-nguyen
/
dash-kpi-cards
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
li-nguyen
commited on
Aug 22, 2024
Commit
916c804
·
1 Parent(s):
a2f4880
Fix server call
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,7 +69,7 @@ app.layout = dbc.Container(
69
]
70
)
71
72
-
server = app.
dash.
server
73
74
if __name__ == "__main__":
75
app.run()
69
]
70
)
71
72
+
server = app.server
73
74
if __name__ == "__main__":
75
app.run()