Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omkarenator
/
fh-new
like
0
Sleeping
App
Files
Files
Community
2
refs/pr/1
fh-new
/
results.py
victormiller
Update results.py
1ef4743
verified
2 months ago
raw
Copy download link
history
blame
155 Bytes
from
fasthtml.common
import
*
from
fasthtml.components
import
*
def
results
():
return
Div(Section(H2(P(
"Results"
)),
id
=
"inner-text"
))
print
(
"hello"
)