debisoft commited on
Commit
eb922b4
1 Parent(s): 97494ea

Hello3 Test

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -4,8 +4,8 @@ from fasthtml_hf import setup_hf_backup
4
  app,rt = fast_app()
5
 
6
  @rt('/')
7
- def get(): return Div(P('Hello World2!'), hx_get="/change")
8
 
9
  setup_hf_backup(app)
10
 
11
- serve()
 
4
  app,rt = fast_app()
5
 
6
  @rt('/')
7
+ def get(): return Div(P('Hello World3!'), hx_get="/change")
8
 
9
  setup_hf_backup(app)
10
 
11
+ serve()