alihmaou commited on
Commit
09182c3
·
verified ·
1 Parent(s): b3173fe

Update index.html

Browse files
Files changed (1) hide show
  1. 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('./forcegraph.json')
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}`