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...
46cb2c1
hackseoul
/
main.py
debisoft
deploy at 2024-08-24 07:10:00.661397
46cb2c1
verified
6 months ago
raw
Copy download link
history
blame
Safe
190 Bytes
from
fasthtml.common
import
*
from
fasthtml_hf
import
setup_hf_backup
app,rt = fast_app()
@rt(
'/'
)
def
get
():
return
Div(P(
'Hello World!'
), hx_get=
"/change"
)
setup_hf_backup(app)
serve()