Spaces:
Sleeping
Sleeping
| from fasthtml.common import * | |
| from fasthtml.components import * | |
| def common_steps(): | |
| return Div(Section(H2(P("Common Steps")), id="inner-text")) | |