Update index.html
Browse files- 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")
|