Spaces:
Running
Running
jedick commited on
Commit ·
db60b43
1
Parent(s): 0e82c53
Update db for May 2026
Browse files
data.py
CHANGED
|
@@ -45,7 +45,7 @@ def download_data():
|
|
| 45 |
|
| 46 |
if not os.path.exists("db.zip"):
|
| 47 |
# For S3 (need AWS_ACCESS_KEY_ID and AWS_ACCESS_KEY_SECRET)
|
| 48 |
-
download_file_from_bucket("r-help-chat", "
|
| 49 |
## For Dropbox (shared file - key is in URL)
|
| 50 |
# shared_link = "https://www.dropbox.com/scl/fi/jx90g5lorpgkkyyzeurtc/db.zip?rlkey=wvqa3p9hdy4rmod1r8yf2am09&st=l9tsam56&dl=0"
|
| 51 |
# output_filename = "db.zip"
|
|
|
|
| 45 |
|
| 46 |
if not os.path.exists("db.zip"):
|
| 47 |
# For S3 (need AWS_ACCESS_KEY_ID and AWS_ACCESS_KEY_SECRET)
|
| 48 |
+
download_file_from_bucket("r-help-chat", "db_20260604.zip", "db.zip")
|
| 49 |
## For Dropbox (shared file - key is in URL)
|
| 50 |
# shared_link = "https://www.dropbox.com/scl/fi/jx90g5lorpgkkyyzeurtc/db.zip?rlkey=wvqa3p9hdy4rmod1r8yf2am09&st=l9tsam56&dl=0"
|
| 51 |
# output_filename = "db.zip"
|