Seetha commited on
Commit
b495590
1 Parent(s): 8d7a79b

Update index.html

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