imstevenpmwork HF Staff commited on
Commit
653967d
·
verified ·
1 Parent(s): 90da346

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -32,7 +32,7 @@
32
  .map(file => {
33
  const url =
34
  `https://huggingface.co/datasets/LeRobot-worldwide-hackathon/submissions/resolve/main/${encodeURIComponent(file.path)}`;
35
- const match = file.path.match(/(?:team|group)[-_ ]?(\d+)/i);
36
  const team = match ? match[1] : null;
37
  const label = team ? `Team ${team}` : "Unknown Team";
38
  return {
 
32
  .map(file => {
33
  const url =
34
  `https://huggingface.co/datasets/LeRobot-worldwide-hackathon/submissions/resolve/main/${encodeURIComponent(file.path)}`;
35
+ const match = file.path.match(/(?:^|\/)(\d+)/i);
36
  const team = match ? match[1] : null;
37
  const label = team ? `Team ${team}` : "Unknown Team";
38
  return {