Seetha commited on
Commit
f40fb2c
1 Parent(s): 208a049

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -419,7 +419,7 @@
419
 
420
  // Add a data row for the hovered node
421
 
422
- d3.json("detailedResults.json", function(data) {
423
  var table = d3.select("table"); // select the existing table
424
  var tbody = table.append("tbody"); // create a tbody element
425
  console.log(data)
@@ -473,7 +473,7 @@
473
  <script>
474
 
475
  // Load the data https://huggingface.co/datasets/Seetha/visual_files/
476
- d3.json("https://huggingface.co/spaces/Seetha/IMA-pipeline-streamlit/raw/main/level2.json", function(data) {
477
  var links = data;
478
  console.log(links)
479
 
 
419
 
420
  // Add a data row for the hovered node
421
 
422
+ d3.json("https://huggingface.co/datasets/Seetha/visual_files/raw/main/detailedResults.json", function(data) {
423
  var table = d3.select("table"); // select the existing table
424
  var tbody = table.append("tbody"); // create a tbody element
425
  console.log(data)
 
473
  <script>
474
 
475
  // Load the data https://huggingface.co/datasets/Seetha/visual_files/
476
+ d3.json("https://huggingface.co/datasets/Seetha/visual_files/raw/main/level2.json", function(data) {
477
  var links = data;
478
  console.log(links)
479