fh-new / results.py
victormiller's picture
Update results.py
1ef4743 verified
raw
history blame
155 Bytes
from fasthtml.common import *
from fasthtml.components import *
def results():
return Div(Section(H2(P("Results")), id="inner-text"))
print("hello")