Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -62,7 +62,7 @@
|
|
62 |
|
63 |
|
64 |
|
65 |
-
fetch('https://huggingface.co/spaces/basantcuraj/agarwalsamaj/blob/main/
|
66 |
.then(res=>res.json())
|
67 |
.then(data=>{
|
68 |
console.log('data',data);
|
|
|
62 |
|
63 |
|
64 |
|
65 |
+
fetch('https://huggingface.co/spaces/basantcuraj/agarwalsamaj/blob/main/csvjson_short.json')
|
66 |
.then(res=>res.json())
|
67 |
.then(data=>{
|
68 |
console.log('data',data);
|