vishalbakshi's picture
deploy at 2024-08-23 21:50:41.968638
7f44f19 verified
raw
history blame
249 Bytes
from fasthtml_hf import setup_hf_backup
from fasthtml.common import *
#from fastai.vision.all import *
#import io
#import base64
app,rt = fast_app()
@rt('/')
def get(): return Div(P('Hello World!'), hx_get="/change")
setup_hf_backup(app)
serve()