Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
debisoft
/
hackseoul
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9db24e3
hackseoul
/
main.py
debisoft
Add mapid
9db24e3
8 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
from
fasthtml.common
import
*
app = FastHTML()
rt = app.route
@rt(
'/'
)
def
get
():
return
Div(
id
=
'mapid'
)
serve()