Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
const elem = document.getElementById('3d-graph');
|
14 |
|
15 |
const Graph = new ForceGraph3D(elem)
|
16 |
-
.jsonUrl('
|
17 |
.nodeAutoColorBy('group')
|
18 |
.nodeLabel(
|
19 |
node => `${node.group}: ${node.id} - ${node.details}`
|
|
|
13 |
const elem = document.getElementById('3d-graph');
|
14 |
|
15 |
const Graph = new ForceGraph3D(elem)
|
16 |
+
.jsonUrl('https://huggingface.co/datasets/alihmaou/persistent-spaces-1973/resolve/main/forcegraphdata.json')
|
17 |
.nodeAutoColorBy('group')
|
18 |
.nodeLabel(
|
19 |
node => `${node.group}: ${node.id} - ${node.details}`
|