34ecf31 1ef4743
1
2
3
4
5
6
7
8
from fasthtml.common import * from fasthtml.components import * def results(): return Div(Section(H2(P("Results")), id="inner-text")) print("hello")