Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
55ce2cb
fastapi_django_main_live
/
workspace
/
workspace
/
main.py
kenken999
sd
8222377
11 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
from
fastapi
import
FastAPI\n\napp = FastAPI()\n\n@app.get(
"/"
)\ndef read_root():\n
return
{{
"message"
:
"Welcome to this fantastic app!"
}}