| TITLE = """<h1 align="center" id="space-title">Coding Agent Leaderboard</h1>""" | |
| INTRODUCTION_TEXT = """ | |
| Welcome to the Coding Agent Leaderboard! | |
| """ | |
| LLM_BENCHMARKS_TEXT = """ | |
| ## About | |
| Evaluate and compare Coding Agents. | |
| Coding Agent = Model + Harness + Skills. | |
| Visit our [GitHub repo](https://github.com/redhat-et/coding_agent_bench) for more details about the project. | |
| """ | |
| CITATION_BUTTON_TEXT = "TBD" | |
| CITATION_BUTTON_LABEL = "Citation" | |