Jack Monas
commited on
Commit
·
c5472a2
1
Parent(s):
0a7536d
gif
Browse files
app.py
CHANGED
@@ -48,13 +48,13 @@ def resources_section():
|
|
48 |
|
49 |
<div class="resource-cards">
|
50 |
<!-- Phase 1 Blog Post -->
|
51 |
-
<a href="https://
|
52 |
<h4>Phase 1 Blog Post</h4>
|
53 |
<p>World Model Challenge Launch</p>
|
54 |
</a>
|
55 |
|
56 |
<!-- Phase 2 Blog Post -->
|
57 |
-
<a href="https://
|
58 |
<h4>Phase 2 Blog Post</h4>
|
59 |
<p>Challenge Updates</p>
|
60 |
</a>
|
@@ -67,7 +67,7 @@ def resources_section():
|
|
67 |
|
68 |
<!-- Hugging Face -->
|
69 |
<a href="https://huggingface.co/1x-technologies" target="_blank" class="resource-card">
|
70 |
-
<h4>Hugging Face
|
71 |
<p>Datasets and Models</p>
|
72 |
</a>
|
73 |
|
|
|
48 |
|
49 |
<div class="resource-cards">
|
50 |
<!-- Phase 1 Blog Post -->
|
51 |
+
<a href="https://www.1x.tech/discover/1x-world-model" target="_blank" class="resource-card">
|
52 |
<h4>Phase 1 Blog Post</h4>
|
53 |
<p>World Model Challenge Launch</p>
|
54 |
</a>
|
55 |
|
56 |
<!-- Phase 2 Blog Post -->
|
57 |
+
<a href="https://www.1x.tech/discover/1x-world-model-sampling-challenge" target="_blank" class="resource-card">
|
58 |
<h4>Phase 2 Blog Post</h4>
|
59 |
<p>Challenge Updates</p>
|
60 |
</a>
|
|
|
67 |
|
68 |
<!-- Hugging Face -->
|
69 |
<a href="https://huggingface.co/1x-technologies" target="_blank" class="resource-card">
|
70 |
+
<h4>Hugging Face</h4>
|
71 |
<p>Datasets and Models</p>
|
72 |
</a>
|
73 |
|