Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LLM360
/
TxT360
like
94
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
e137e27
TxT360
/
common.py
omkarenator
initial commit
e137e27
4 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"
))