Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
molehh
/
YouTube_Trend_Analyzer
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
YouTube_Trend_Analyzer
/
src
/
backend
/
routes
/
homepage_api.py
molehh
youtube trend analyer project
74bdacd
6 months ago
raw
Copy download link
history
blame
contribute
delete
122 Bytes
from
fastapi
import
APIRouter
router = APIRouter()
@router.get(
"/"
)
def
home
():
return
{
"Home"
:
"welome home page"
}