Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanbatte
/
realstate
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
realstate
/
app
/
routes
/
home.py
sanbatte
api with gradio
efd486d
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
152 Bytes
from
fastapi
import
APIRouter
router = APIRouter()
@router.get(
"/"
)
def
read_root
():
return
{
"message"
:
"D360 Challenge by Santiago Battezzati"
}