sanbatte's picture
sube api a hf spaces
aa8ade0
raw
history blame contribute delete
152 Bytes
from fastapi import APIRouter
router = APIRouter()
@router.get("/")
def read_root():
return {"message": "D360 Challenge by Santiago Battezzati"}