Skip to content

Instantly share code, notes, and snippets.

@jph00
jph00 / csv-serve-main.py
Last active December 29, 2024 13:59
CSV editor sample
from fasthtml.common import *
db = database(':memory:')
tbl = None
hdrs = (Style('''
button,input { margin: 0 1rem; }
[role="group"] { border: 1px solid #ccc; }
'''), )
app, rt = fast_app(live=True, hdrs=hdrs)