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

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}/blob/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/UlrickBL/benchmark_overview/resolve/main/benchmark_overview.csv'//`https://huggingface.co/datasets/${dataset}/blob/main/${filename}`;
163
 
164
  const response = await fetch(url, {
165
  headers: {