Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cedricable
/
oh-docker
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e205677
oh-docker
/
main.py
cedricable
Create main.py
8d020a2
over 2 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
94 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
def
read_root
():
return
{
"Hello"
:
"World!"
}