File size: 287 Bytes
54f55cf
 
a2fe543
05e6dc9
 
 
54f55cf
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
from fasthtml_hf import setup_hf_backup
from fasthtml.common import *
#from fastai.vision.all import *
from fasthtml_hf import setup_hf_backup
import io
import base64


app,rt = fast_app()

@rt('/')
def get(): return Div(P('Hello World!'), hx_get="/change")

setup_hf_backup(app)
serve()