Update run.py
Browse files
run.py
CHANGED
@@ -23,7 +23,7 @@ space_name = 'envapi'
|
|
23 |
file_name = 'nestolechatbot-5fe2aa26cb52.json'
|
24 |
|
25 |
# Step 3: Get download URL for the JSON file
|
26 |
-
download_url = f'https://huggingface.co/datasets/{username}/{space_name}/
|
27 |
|
28 |
# Step 4: Download the file content
|
29 |
try:
|
|
|
23 |
file_name = 'nestolechatbot-5fe2aa26cb52.json'
|
24 |
|
25 |
# Step 3: Get download URL for the JSON file
|
26 |
+
download_url = f'https://huggingface.co/datasets/{username}/{space_name}/blob/main/{file_name}'
|
27 |
|
28 |
# Step 4: Download the file content
|
29 |
try:
|