Spaces:
Sleeping
Sleeping
File size: 249 Bytes
54f55cf fe0e8cd 7f44f19 54f55cf 7f44f19 54f55cf 7f44f19 6462d5a 7f44f19 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
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() |