fh-new-vm1 / results.py
omkarenator's picture
add generic data viewer. separate routes
34ecf31
raw
history blame
141 Bytes
from fasthtml.common import *
from fasthtml.components import *
def results():
return Div(Section(H2(P("Results")), id="inner-text"))