Jack Monas commited on
Commit
65e7509
·
1 Parent(s): e584ed3

remove eval

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -326,19 +326,7 @@ def main():
326
 
327
  st.markdown("---")
328
 
329
- st.markdown("## Data & Research Requests")
330
- st.markdown(
331
- """
332
- Beyond the World Model Challenge, we also want to make the challenges and datasets more useful for your research questions.
333
- Want more data interacting with humans? More safety-critical tasks like carrying cups of hot coffee without spilling?
334
- More dexterous tool use? Robots working with other robots? Robots dressing themselves in the mirror?
335
- Think of 1X as the operations team for getting you high-quality humanoid data in extremely diverse scenarios.
336
 
337
- Email [[email protected]](mailto:[email protected]) with your requests (and why you think the data is important) and we will try to include it in a future data release.
338
- You can also discuss your data questions with the community on Discord.
339
- """
340
- )
341
- st.markdown("---")
342
  resources_section()
343
 
344
 
 
326
 
327
  st.markdown("---")
328
 
 
 
 
 
 
 
 
329
 
 
 
 
 
 
330
  resources_section()
331
 
332