Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
astrophobia
/
docking-station
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
docking-station
/
main.py
apapp
yo
3ffd33a
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
113 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
read_root
():
return
{
"Hello"
:
"this is shit"
}