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