Update space
Browse files
app.py
CHANGED
@@ -133,10 +133,11 @@ TITLE = """<h1 align="center" id="space-title">Decentralized Arena Leaderboard</
|
|
133 |
|
134 |
SUB_TITLE = """<h2 align="center" id="space-subtitle">Automated, Robust, and Transparent LLM Evaluation for Numerous Dimensions</h2>"""
|
135 |
|
|
|
|
|
136 |
EXTERNAL_LINKS = """
|
137 |
<h2 align="center" id="space-links">
|
138 |
<a href="https://de-arena.maitrix.org/" target="_blank">Blog</a> |
|
139 |
-
<a href="https://github.com/maitrix-org/de-arena" target="_blank">GitHub</a> |
|
140 |
<a href="https://de-arena.maitrix.org/images/Heading.mp4" target="">Video</a> |
|
141 |
<a href="https://maitrix.org/" target="_blank">@Maitrix.org</a> |
|
142 |
<a href="https://www.llm360.ai/" target="_blank">@LLM360</a>
|
|
|
133 |
|
134 |
SUB_TITLE = """<h2 align="center" id="space-subtitle">Automated, Robust, and Transparent LLM Evaluation for Numerous Dimensions</h2>"""
|
135 |
|
136 |
+
# <a href="https://github.com/maitrix-org/de-arena" target="_blank">GitHub</a> |
|
137 |
+
|
138 |
EXTERNAL_LINKS = """
|
139 |
<h2 align="center" id="space-links">
|
140 |
<a href="https://de-arena.maitrix.org/" target="_blank">Blog</a> |
|
|
|
141 |
<a href="https://de-arena.maitrix.org/images/Heading.mp4" target="">Video</a> |
|
142 |
<a href="https://maitrix.org/" target="_blank">@Maitrix.org</a> |
|
143 |
<a href="https://www.llm360.ai/" target="_blank">@LLM360</a>
|