Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
FFatih
/
test
like
0
Sleeping
App
Files
Files
Community
d2eee89
test
/
main.py
FFatih
Create main.py
dedc2ee
verified
8 months ago
raw
Copy download link
history
blame
Safe
107 Bytes
from
flask
import
Flask
app = FLASK(__name__)
@app.route(
"/"
)
def
hello
():
return
{
"message"
:
"hello"
}