jph00 commited on
Commit
221b96f
1 Parent(s): c6e4c00

deploy at 2024-06-29 16:34:42.642521

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1,5 +1,5 @@
1
  from fasthtml.common import *
2
- from backup import upload, download
3
 
4
  db = database("data/utodos.db")
5
  todos,users = db.t.todos,db.t.users
 
1
  from fasthtml.common import *
2
+ from fasthtml_hf import upload, download
3
 
4
  db = database("data/utodos.db")
5
  todos,users = db.t.todos,db.t.users