Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
omkarenator
/
fh-new
like
0
Sleeping
App
Files
Files
Community
2
3eba508
fh-new
/
common.py
omkarenator
add generic data viewer. separate routes
34ecf31
about 2 months ago
raw
Copy download link
history
blame
Safe
151 Bytes
from
fasthtml.common
import
*
from
fasthtml.components
import
*
def
common_steps
():
return
Div(Section(H2(P(
"Common Steps"
)),
id
=
"inner-text"
))