Update app.py
Browse files
app.py
CHANGED
@@ -140,6 +140,8 @@ def main():
|
|
140 |
st.title("1X World Model Challenge")
|
141 |
st.markdown("## Welcome")
|
142 |
st.success("🚀 The [ICCV Phase of the Autonomous Grand Challenge](https://opendrivelab.com/iccv2025/workshop/) 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."
|
@@ -235,7 +237,8 @@ def main():
|
|
235 |
<p style="font-weight: bold; margin: 0 0 4px 0; color: #ffffff;">{question}</p>
|
236 |
<p style="margin: 0; color: #ffffff;">{answer}</p>
|
237 |
</div>
|
238 |
-
"""
|
|
|
239 |
unsafe_allow_html=True
|
240 |
)
|
241 |
|
|
|
140 |
st.title("1X World Model Challenge")
|
141 |
st.markdown("## Welcome")
|
142 |
st.success("🚀 The [ICCV Phase of the Autonomous Grand Challenge](https://opendrivelab.com/iccv2025/workshop/) is **live**!")
|
143 |
+
# === NEW DEADLINE COMPONENT ===
|
144 |
+
st.info("⏰ **Competition ends Sep. 27, 2025 (AoE)**. Submissions close at 23:59 AoE.")
|
145 |
|
146 |
st.write(
|
147 |
"Welcome to the 1X World Model Challenge. This platform hosts two challenges—Compression and Sampling—focused on advancing research in world models for robotics."
|
|
|
237 |
<p style="font-weight: bold; margin: 0 0 4px 0; color: #ffffff;">{question}</p>
|
238 |
<p style="margin: 0; color: #ffffff;">{answer}</p>
|
239 |
</div>
|
240 |
+
"""
|
241 |
+
,
|
242 |
unsafe_allow_html=True
|
243 |
)
|
244 |
|