Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CSEL
/
dashboard-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mijtsma3
commited on
Aug 13, 2024
Commit
5f7d32c
·
verified
·
1 Parent(s):
6ebc427
Create wsgi.py
Browse files
Files changed (1)
hide
show
wsgi.py
+4
-0
wsgi.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from app import app
2
+
3
+
if __name__ == "__main__":
4
+
app.run()