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...
6c1b1ab
hackseoul
/
main.py
debisoft
reset
6c1b1ab
5 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
from
fasthtml.common
import
*
app = FastHTML()
rt = app.route
@rt(
'/'
)
def
get
():
return
'Hello World!!'
serve()