UlrickBL commited on
Commit
30803eb
·
verified ·
1 Parent(s): 80c20a7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -159,7 +159,7 @@
159
  return { headers, rows };
160
  }
161
  async function loadCSVFromHuggingFace(dataset, filename, token) {
162
- const url = `https://huggingface.co/datasets/${dataset}/resolve/main/${filename}`;
163
 
164
  const response = await fetch(url, {
165
  headers: {
 
159
  return { headers, rows };
160
  }
161
  async function loadCSVFromHuggingFace(dataset, filename, token) {
162
+ const url = `https://huggingface.co/datasets/${dataset}/blob/main/${filename}`;
163
 
164
  const response = await fetch(url, {
165
  headers: {