Thiloid commited on
Commit
ce7fd6e
·
verified ·
1 Parent(s): 9928996

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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}/raw/main/{file_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: