Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
6
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
543ff08
fastapi_django_main_live
/
routers
/
ai
/
app
/
models
/
page.py
kenken999
test
cf75111
8 months ago
raw
Copy download link
history
blame
89 Bytes
from
dataclasses
import
dataclass
@dataclass
class
Page
:
title:
str
content:
str