Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FFatih
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dedc2ee
test
/
main.py
FFatih
Create main.py
dedc2ee
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
107 Bytes
from
flask
import
Flask
app = FLASK(__name__)
@app.route(
"/"
)
def
hello
():
return
{
"message"
:
"hello"
}