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