Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -467,7 +467,7 @@
|
|
467 |
<script>
|
468 |
|
469 |
// Load the data https://huggingface.co/datasets/Seetha/visual_files/
|
470 |
-
d3.json("https://huggingface.co/
|
471 |
var links = data;
|
472 |
console.log(links)
|
473 |
|
|
|
467 |
<script>
|
468 |
|
469 |
// Load the data https://huggingface.co/datasets/Seetha/visual_files/
|
470 |
+
d3.json("https://huggingface.co/spaces/Seetha/IMA-pipeline-streamlit/raw/main/level2.json", function(data) {
|
471 |
var links = data;
|
472 |
console.log(links)
|
473 |
|