Spaces:
Runtime error
Runtime error
deploy at 2024-06-29 16:34:42.642521
Browse files
main.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from fasthtml.common import *
|
2 |
-
from
|
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
|