Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
LLM360
/
TxT360
like
88
Running
App
Files
Files
Community
4
feb6fe5
TxT360
/
common.py
omkarenator
initial commit
e137e27
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"
))