Spaces:
Running
Running
about us
Browse files- _about_us.md +1 -2
- app.py +2 -2
_about_us.md
CHANGED
@@ -10,7 +10,6 @@ We are from [AllenAI](https://allenai.org/) (AI2), a non-profit research organiz
|
|
10 |
### Contact
|
11 |
|
12 |
Please contact us in the following ways:
|
13 |
-
- Github Issues/PRs
|
14 |
-
- HF Discussions for general questions about the leaderboard: [https://huggingface.co/spaces/allenai/WildBench/discussions](https://huggingface.co/spaces/allenai/WildBench/discussions)
|
15 |
- Other questions: Please contact Yuchen with email: yuchenl[at]allenai[dot]org
|
16 |
|
|
|
10 |
### Contact
|
11 |
|
12 |
Please contact us in the following ways:
|
13 |
+
- Github Issues/PRs: [https://github.com/yuchenlin/ZeroEval/](https://github.com/yuchenlin/ZeroEval/)
|
|
|
14 |
- Other questions: Please contact Yuchen with email: yuchenl[at]allenai[dot]org
|
15 |
|
app.py
CHANGED
@@ -162,8 +162,8 @@ def build_demo():
|
|
162 |
with gr.TabItem("๐ Submit Your Results", elem_id="od-benchmark-tab-table", id=3):
|
163 |
_tab_submit()
|
164 |
|
165 |
-
|
166 |
-
|
167 |
|
168 |
with gr.Row():
|
169 |
with gr.Accordion("๐ Citation", open=False, elem_classes="accordion-label"):
|
|
|
162 |
with gr.TabItem("๐ Submit Your Results", elem_id="od-benchmark-tab-table", id=3):
|
163 |
_tab_submit()
|
164 |
|
165 |
+
with gr.TabItem("๐ฎ About Us", elem_id="od-benchmark-tab-table", id=4):
|
166 |
+
gr.Markdown(ABOUT_MD, elem_classes="markdown-text")
|
167 |
|
168 |
with gr.Row():
|
169 |
with gr.Accordion("๐ Citation", open=False, elem_classes="accordion-label"):
|