Spaces:
Sleeping
Sleeping
jedick commited on
Commit ·
7a5010c
1
Parent(s): db60b43
Update db for Jun 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_20260703.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"
|