Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -602,7 +602,7 @@
|
|
602 |
headerRow.append("th").text("Label level1");
|
603 |
headerRow.append("th").text("Label level2");
|
604 |
|
605 |
-
d3.json("detailedResults.json", function(data) {
|
606 |
var table = d3.select("table"); // select the existing table
|
607 |
var tbody = table.append("tbody"); // create a tbody element
|
608 |
|
@@ -846,7 +846,7 @@
|
|
846 |
|
847 |
// Add a data row for the hovered node
|
848 |
|
849 |
-
d3.json("detailedResults.json", function(data) {
|
850 |
var table = d3.select("table"); // select the existing table
|
851 |
var tbody = table.append("tbody"); // create a tbody element
|
852 |
|
|
|
602 |
headerRow.append("th").text("Label level1");
|
603 |
headerRow.append("th").text("Label level2");
|
604 |
|
605 |
+
d3.json("https://huggingface.co/datasets/Seetha/visual_files/raw/main/detailedResults.json", function(data) {
|
606 |
var table = d3.select("table"); // select the existing table
|
607 |
var tbody = table.append("tbody"); // create a tbody element
|
608 |
|
|
|
846 |
|
847 |
// Add a data row for the hovered node
|
848 |
|
849 |
+
d3.json("https://huggingface.co/datasets/Seetha/visual_files/raw/main/detailedResults.json", function(data) {
|
850 |
var table = d3.select("table"); // select the existing table
|
851 |
var tbody = table.append("tbody"); // create a tbody element
|
852 |
|