maringetxway commited on
Commit
6f1fb0d
·
verified ·
1 Parent(s): d339ecd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -39,12 +39,12 @@
39
  setVideos(videoFiles);
40
  });
41
 
42
- fetch("https://huggingface.co/api/datasets?author=maringetxway")
43
  .then(res => res.json())
44
  .then(data => {
45
  const map = {};
46
  data.forEach(entry => {
47
- const match = entry.id.match(/maringetxway\/team[_-]?(\d+)/i);
48
  if (match) {
49
  const team = match[1];
50
  if (!map[team]) map[team] = [];
 
39
  setVideos(videoFiles);
40
  });
41
 
42
+ fetch("https://huggingface.co/api/datasets?author=LeRobot-worldwide-hackathon")
43
  .then(res => res.json())
44
  .then(data => {
45
  const map = {};
46
  data.forEach(entry => {
47
+ const match = entry.id.match(/LeRobot-worldwide-hackathon\/team[_-]?(\d+)/i);
48
  if (match) {
49
  const team = match[1];
50
  if (!map[team]) map[team] = [];