Spaces:
Runtime error
Runtime error
File size: 151 Bytes
e137e27 |
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"))
|