CognitiveScience commited on
Commit
ca03cf1
1 Parent(s): 1664e0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ repo = huggingface_hub.Repository(
29
  repo.git_pull()
30
 
31
  # Set db to latest
32
- shutil.copyfile("./data/reviews1.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/reviews.db", DB_FILE)
33
 
34
  # Create table if it doesn't already exist
35