Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
adarshadda
/
Test
like
0
Sleeping
App
Files
Files
Community
4b5f136
Test
/
app
/
wsgi.py
adarshadda
initial commit
b0dd51d
7 months ago
raw
Copy download link
history
blame
Safe
64 Bytes
from
app
import
app
if
__name__ ==
'__main__'
:
app.run()