Update app.py
Browse files
app.py
CHANGED
|
@@ -139,6 +139,8 @@ def main():
|
|
| 139 |
|
| 140 |
st.title("1X World Model Challenge")
|
| 141 |
st.markdown("## Welcome")
|
|
|
|
|
|
|
| 142 |
st.write(
|
| 143 |
"Welcome to the 1X World Model Challenge. This platform hosts two challenges—Compression and Sampling—focused on advancing research in world models for robotics."
|
| 144 |
)
|
|
|
|
| 139 |
|
| 140 |
st.title("1X World Model Challenge")
|
| 141 |
st.markdown("## Welcome")
|
| 142 |
+
st.success("🚀 The ICCV Phase of the Autonomous Grand Challenge is **live**!")
|
| 143 |
+
|
| 144 |
st.write(
|
| 145 |
"Welcome to the 1X World Model Challenge. This platform hosts two challenges—Compression and Sampling—focused on advancing research in world models for robotics."
|
| 146 |
)
|