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