Spaces:
Running
Running
Update index.html
Browse files- 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 =
|
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: {
|