Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,16 @@ except ImportError:
|
|
| 42 |
# -------- PLACEHOLDERS so the Space can still run --------
|
| 43 |
print("Warning: using placeholder values because src module imports failed.")
|
| 44 |
CITATION_BUTTON_LABEL = "Citation"
|
| 45 |
-
CITATION_BUTTON_TEXT = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
EVALUATION_QUEUE_TEXT = "Current evaluation queue:"
|
| 47 |
TITLE = (
|
| 48 |
"<h1 id=\"main-leaderboard-title\" align=\"center\">🏆 MLE-Dojo "
|
|
|
|
| 42 |
# -------- PLACEHOLDERS so the Space can still run --------
|
| 43 |
print("Warning: using placeholder values because src module imports failed.")
|
| 44 |
CITATION_BUTTON_LABEL = "Citation"
|
| 45 |
+
CITATION_BUTTON_TEXT = """@misc{qiang2025mledojointeractiveenvironmentsempowering,
|
| 46 |
+
title={MLE-Dojo: Interactive Environments for Empowering LLM Agents in Machine Learning Engineering},
|
| 47 |
+
author={Rushi Qiang and Yuchen Zhuang and Yinghao Li and Dingu Sagar V K and Rongzhi Zhang and Changhao Li and Ian Shu-Hei Wong and Sherry Yang and Percy Liang and Chao Zhang and Bo Dai},
|
| 48 |
+
year={2025},
|
| 49 |
+
eprint={2505.07782},
|
| 50 |
+
archivePrefix={arXiv},
|
| 51 |
+
primaryClass={cs.LG},
|
| 52 |
+
url={https://arxiv.org/abs/2505.07782},
|
| 53 |
+
}"""
|
| 54 |
+
|
| 55 |
EVALUATION_QUEUE_TEXT = "Current evaluation queue:"
|
| 56 |
TITLE = (
|
| 57 |
"<h1 id=\"main-leaderboard-title\" align=\"center\">🏆 MLE-Dojo "
|