Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -466,8 +466,8 @@
|
|
| 466 |
<script src="http://d3js.org/d3.v3.min.js"></script>
|
| 467 |
<script>
|
| 468 |
|
| 469 |
-
// Load the data
|
| 470 |
-
d3.json("level2.json", function(data) {
|
| 471 |
var links = data;
|
| 472 |
console.log(links)
|
| 473 |
|
|
|
|
| 466 |
<script src="http://d3js.org/d3.v3.min.js"></script>
|
| 467 |
<script>
|
| 468 |
|
| 469 |
+
// Load the data https://huggingface.co/datasets/Seetha/visual_files/
|
| 470 |
+
d3.json("https://huggingface.co/datasets/Seetha/visual_files/level2.json", function(data) {
|
| 471 |
var links = data;
|
| 472 |
console.log(links)
|
| 473 |
|