from fasthtml.common import * from fasthtml.components import * def web_data(): return Div(Section(H2(P("Web Data")), id="inner-text"))