Jack Monas
commited on
Commit
·
d6cc5ea
1
Parent(s):
4cd31b6
gif
Browse files
app.py
CHANGED
|
@@ -152,10 +152,10 @@ def main():
|
|
| 152 |
st.markdown("## Welcome")
|
| 153 |
st.write(
|
| 154 |
"Welcome to the 1X World Model Challenge. This platform hosts three challenges "
|
| 155 |
-
"
|
| 156 |
)
|
| 157 |
st.write(
|
| 158 |
-
"In partnership with Open Drive Lab, we are launching this challenge as part of the [Autonomous Grand Challenge 2025](https://opendrivelab.com/challenge2025/), held in conjunction with the CVPR 2025 (confirmed) and ICCV 2025 (tentative) workshops.
|
| 159 |
)
|
| 160 |
|
| 161 |
st.markdown("---")
|
|
|
|
| 152 |
st.markdown("## Welcome")
|
| 153 |
st.write(
|
| 154 |
"Welcome to the 1X World Model Challenge. This platform hosts three challenges "
|
| 155 |
+
"focused on advancing research in world models for robotics: Compression, Sampling, and Evaluation."
|
| 156 |
)
|
| 157 |
st.write(
|
| 158 |
+
"In partnership with Open Drive Lab, we are launching this challenge as part of the [Autonomous Grand Challenge 2025](https://opendrivelab.com/challenge2025/), held in conjunction with the CVPR 2025 (confirmed) and ICCV 2025 (tentative) workshops."
|
| 159 |
)
|
| 160 |
|
| 161 |
st.markdown("---")
|