Spaces:
Sleeping
Sleeping
File size: 151 Bytes
34ecf31 |
1 2 3 4 5 6 7 8 |
from fasthtml.common import *
from fasthtml.components import *
def common_steps():
return Div(Section(H2(P("Common Steps")), id="inner-text"))
|