Spaces:
Runtime error
Runtime error
Commit
·
af26b23
1
Parent(s):
dc30e8c
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ repo = huggingface_hub.Repository(
|
|
| 29 |
repo.git_pull()
|
| 30 |
|
| 31 |
# Set db to latest
|
| 32 |
-
shutil.copyfile("./reviews6.db", DB_FILE)
|
| 33 |
|
| 34 |
# Create table if it doesn't already exist
|
| 35 |
|
|
|
|
| 29 |
repo.git_pull()
|
| 30 |
|
| 31 |
# Set db to latest
|
| 32 |
+
shutil.copyfile("./data/reviews6.db", DB_FILE)
|
| 33 |
|
| 34 |
# Create table if it doesn't already exist
|
| 35 |
|