Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Danielrahmai1991
/
apidemov1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cde7995
apidemov1
/
main.py
Danielrahmai1991
Update main.py
05c764f
verified
9 months ago
raw
Copy download link
history
blame
125 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
read_root
():
return
{
"message"
:
"Hello, World mohammad!"
}