Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jhonabel
/
RadioCognitiva
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
RadioCognitiva
/
main.py
jhonabel
new
ab5ddf5
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
def
read_root
():
return
{
"Hello"
:
"World!"
}