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