Spaces:
Running
Running
update texts
Browse files- app.py +1 -1
- constants.py +1 -1
app.py
CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks(css=css) as block:
|
|
67 |
with gr.TabItem("π Data Information", elem_id="qa-tab-table2", id=2):
|
68 |
gr.Markdown(DATA_INFO, elem_classes="markdown-text")
|
69 |
|
70 |
-
with gr.TabItem("π Submit
|
71 |
with gr.Row():
|
72 |
gr.Markdown(SUBMIT_INTRODUCTION, elem_classes="markdown-text")
|
73 |
|
|
|
67 |
with gr.TabItem("π Data Information", elem_id="qa-tab-table2", id=2):
|
68 |
gr.Markdown(DATA_INFO, elem_classes="markdown-text")
|
69 |
|
70 |
+
with gr.TabItem("π Submit", elem_id="submit-tab", id=3):
|
71 |
with gr.Row():
|
72 |
gr.Markdown(SUBMIT_INTRODUCTION, elem_classes="markdown-text")
|
73 |
|
constants.py
CHANGED
@@ -75,7 +75,7 @@ CITATION_BUTTON_TEXT = r"""
|
|
75 |
|
76 |
SUBMIT_INTRODUCTION = """# Submit on MEGA-Bench Leaderboard
|
77 |
|
78 |
-
We will provide details on how to
|
79 |
|
80 |
|
81 |
"""
|
|
|
75 |
|
76 |
SUBMIT_INTRODUCTION = """# Submit on MEGA-Bench Leaderboard
|
77 |
|
78 |
+
We will provide details on how to submit third-party evaluation results once our evaluation pipeline is released on our [GitHub repository](https://github.com/TIGER-AI-Lab/MEGA-Bench).
|
79 |
|
80 |
|
81 |
"""
|