Update space
Browse files- app.py +3 -1
- src/about.py +2 -2
app.py
CHANGED
|
@@ -101,6 +101,7 @@ with demo:
|
|
| 101 |
with gr.TabItem("π About", elem_id="llm-benchmark-tab-table", id=2):
|
| 102 |
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
| 103 |
|
|
|
|
| 104 |
with gr.TabItem("π Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
|
| 105 |
with gr.Column():
|
| 106 |
with gr.Row():
|
|
@@ -187,7 +188,8 @@ with demo:
|
|
| 187 |
],
|
| 188 |
submission_result,
|
| 189 |
)
|
| 190 |
-
|
|
|
|
| 191 |
with gr.Row():
|
| 192 |
with gr.Accordion("π Citation", open=False):
|
| 193 |
citation_button = gr.Textbox(
|
|
|
|
| 101 |
with gr.TabItem("π About", elem_id="llm-benchmark-tab-table", id=2):
|
| 102 |
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
| 103 |
|
| 104 |
+
'''
|
| 105 |
with gr.TabItem("π Submit here! ", elem_id="llm-benchmark-tab-table", id=3):
|
| 106 |
with gr.Column():
|
| 107 |
with gr.Row():
|
|
|
|
| 188 |
],
|
| 189 |
submission_result,
|
| 190 |
)
|
| 191 |
+
'''
|
| 192 |
+
|
| 193 |
with gr.Row():
|
| 194 |
with gr.Accordion("π Citation", open=False):
|
| 195 |
citation_button = gr.Textbox(
|
src/about.py
CHANGED
|
@@ -21,11 +21,11 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
| 21 |
|
| 22 |
|
| 23 |
# Your leaderboard name
|
| 24 |
-
TITLE = """<h1 align="center" id="space-title">
|
| 25 |
|
| 26 |
# What does your leaderboard evaluate?
|
| 27 |
INTRODUCTION_TEXT = """
|
| 28 |
-
|
| 29 |
"""
|
| 30 |
|
| 31 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
# Your leaderboard name
|
| 24 |
+
TITLE = """<h1 align="center" id="space-title">Decentralized Arena</h1>"""
|
| 25 |
|
| 26 |
# What does your leaderboard evaluate?
|
| 27 |
INTRODUCTION_TEXT = """
|
| 28 |
+
[Brief description of the leaderboard]: Decentralized Arena is an automatic LLM evaluation learderboard that leverages collective intelligence to evaluate LLMs ...
|
| 29 |
"""
|
| 30 |
|
| 31 |
# Which evaluations are you running? how can people reproduce what you have?
|