Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -270,7 +270,7 @@
|
|
270 |
populateTable(parsedCSV.headers, parsedCSV.rows, filterValue, 0);
|
271 |
});
|
272 |
let parsedCSV;
|
273 |
-
loadCSVFromHuggingFace('UlrickBL/benchmark_overview', '
|
274 |
parsedCSV = { headers, rows };
|
275 |
populateFilterOptions(rows, 0);
|
276 |
populateTable(headers, rows, '', 0);
|
|
|
270 |
populateTable(parsedCSV.headers, parsedCSV.rows, filterValue, 0);
|
271 |
});
|
272 |
let parsedCSV;
|
273 |
+
loadCSVFromHuggingFace('UlrickBL/benchmark_overview', 'benchmark_overview.csv', window.huggingface.variables.HF_TOKEN).then(({ headers, rows }) => {
|
274 |
parsedCSV = { headers, rows };
|
275 |
populateFilterOptions(rows, 0);
|
276 |
populateTable(headers, rows, '', 0);
|