Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manabb
/
manabCom
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
manabCom
/
app.py
manabb
default1
7ddad75
16 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
greet_json
():
return
{
"Hello"
:
"World-manab, I am welcoming you!"
}