imstevenpmwork HF Staff commited on
Commit
792438a
·
verified ·
1 Parent(s): f470fc6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -38,9 +38,9 @@
38
  return {
39
  url,
40
  label,
41
- team
42
  };
43
- });
44
  setVideos(videoFiles);
45
  });
46
  fetch("https://huggingface.co/api/datasets?author=maringetxway")
 
38
  return {
39
  url,
40
  label,
41
+ team: team ? parseInt(team) : 0
42
  };
43
+ }).sort((a, b) => a.team - b.team);
44
  setVideos(videoFiles);
45
  });
46
  fetch("https://huggingface.co/api/datasets?author=maringetxway")