Merge branch 'main' of https://huggingface.co/spaces/bigcode/bigcodebench-leaderboard
Browse files- app.py +2 -2
- src/text_content.py +1 -1
app.py
CHANGED
@@ -139,7 +139,7 @@ with demo:
|
|
139 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
140 |
with gr.Column():
|
141 |
with gr.Tabs(elem_classes="A100-tabs") as A100_tabs:
|
142 |
-
with gr.TabItem("🔍 Evaluation
|
143 |
with gr.Column():
|
144 |
with gr.Accordion("➡️ See All Columns", open=False):
|
145 |
shown_columns = gr.CheckboxGroup(
|
@@ -261,7 +261,7 @@ with demo:
|
|
261 |
|
262 |
with gr.TabItem("📝 About", id=3):
|
263 |
gr.Markdown(ABOUT_TEXT, elem_classes="markdown-text")
|
264 |
-
with gr.TabItem("Submit
|
265 |
gr.Markdown(SUBMISSION_TEXT_3)
|
266 |
|
267 |
|
|
|
139 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
140 |
with gr.Column():
|
141 |
with gr.Tabs(elem_classes="A100-tabs") as A100_tabs:
|
142 |
+
with gr.TabItem("🔍 Evaluation Table", id=0):
|
143 |
with gr.Column():
|
144 |
with gr.Accordion("➡️ See All Columns", open=False):
|
145 |
shown_columns = gr.CheckboxGroup(
|
|
|
261 |
|
262 |
with gr.TabItem("📝 About", id=3):
|
263 |
gr.Markdown(ABOUT_TEXT, elem_classes="markdown-text")
|
264 |
+
with gr.TabItem("Submit Results 🚀", id=4):
|
265 |
gr.Markdown(SUBMISSION_TEXT_3)
|
266 |
|
267 |
|
src/text_content.py
CHANGED
@@ -123,5 +123,5 @@ The title of the PR should be `[Community Submission] Model: org/model, Username
|
|
123 |
"""
|
124 |
|
125 |
SUBMISSION_TEXT_3="""
|
126 |
-
|
127 |
"""
|
|
|
123 |
"""
|
124 |
|
125 |
SUBMISSION_TEXT_3="""
|
126 |
+
Coming soon...
|
127 |
"""
|