Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,20 @@ pinned: false
|
|
8 |
thumbnail: >-
|
9 |
https://cdn-uploads.huggingface.co/production/uploads/67f663581415eedc0ed924a8/Nj1RRGaUo_TuA0pTWL02V.jpeg
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
|
|
12 |
π Join the LeRobot Worldwide Hackathon - AI Robotics Global Challenge! π
|
13 |
Are you ready to discover robotics with AI? π Join us for a global hackathon to learn, train, and solve real-world problems using open-source tech!
|
14 |
|
@@ -70,4 +83,6 @@ Why join?
|
|
70 |
<h2>Submit video</h2>
|
71 |
<p>Upload your videos <a rel="nofollow" href="https://huggingface.co/datasets/LeRobot-worldwide-hackathon/submissions/upload/main" target="_blank">at this link</a>.
|
72 |
The name of your video should follow format <code>[TEAM-NΒ°]-[TEAM NAME].mp4</code>.</p>
|
73 |
-
</details>
|
|
|
|
|
|
8 |
thumbnail: >-
|
9 |
https://cdn-uploads.huggingface.co/production/uploads/67f663581415eedc0ed924a8/Nj1RRGaUo_TuA0pTWL02V.jpeg
|
10 |
---
|
11 |
+
<!DOCTYPE html>
|
12 |
+
<html lang="en">
|
13 |
+
<head>
|
14 |
+
<meta charset="UTF-8">
|
15 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
16 |
+
<style>
|
17 |
+
ul {
|
18 |
+
list-style-type: none; /* Removes bullet points */
|
19 |
+
padding-left: 0; /* Removes default padding */
|
20 |
+
}
|
21 |
+
</style>
|
22 |
+
</head>
|
23 |
|
24 |
+
<body>
|
25 |
π Join the LeRobot Worldwide Hackathon - AI Robotics Global Challenge! π
|
26 |
Are you ready to discover robotics with AI? π Join us for a global hackathon to learn, train, and solve real-world problems using open-source tech!
|
27 |
|
|
|
83 |
<h2>Submit video</h2>
|
84 |
<p>Upload your videos <a rel="nofollow" href="https://huggingface.co/datasets/LeRobot-worldwide-hackathon/submissions/upload/main" target="_blank">at this link</a>.
|
85 |
The name of your video should follow format <code>[TEAM-NΒ°]-[TEAM NAME].mp4</code>.</p>
|
86 |
+
</details>
|
87 |
+
</body>
|
88 |
+
</html>
|