kgauvin603 commited on
Commit
0ac861e
1 Parent(s): 74eb4c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ repo_id = "kgauvin603/10k-reports"
113
  file_path = "Dataset-10k.zip"
114
 
115
  # Construct the URL for the file in the repository
116
- file_url = f"https://huggingface.co/datasets/{repo_id}/resolve/main/{file_path}"
117
  print(f"File URL: {file_url}")
118
 
119
  # Download the zip file
 
113
  file_path = "Dataset-10k.zip"
114
 
115
  # Construct the URL for the file in the repository
116
+ file_url = f"https://huggingface.co/datasets/{repo_id}/{file_path}"
117
  print(f"File URL: {file_url}")
118
 
119
  # Download the zip file