Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
e6b3c98
1
Parent(s):
95ca539
improve desc
Browse files- app.py +1 -1
- src/about.py +1 -1
app.py
CHANGED
@@ -225,7 +225,7 @@ with blocks:
|
|
225 |
gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
|
226 |
|
227 |
with gr.Row():
|
228 |
-
gr.Markdown("# ✉️✨ Submit your solutions
|
229 |
|
230 |
# Shown when logged OUT
|
231 |
login_box = gr.Group(visible=True)
|
|
|
225 |
gr.Markdown(EVALUATION_QUEUE_TEXT, elem_classes="markdown-text")
|
226 |
|
227 |
with gr.Row():
|
228 |
+
gr.Markdown("# ✉️✨ Submit your solutions", elem_classes="markdown-text")
|
229 |
|
230 |
# Shown when logged OUT
|
231 |
login_box = gr.Group(visible=True)
|
src/about.py
CHANGED
@@ -36,7 +36,7 @@ To reproduce our results, here is the commands you can run:
|
|
36 |
"""
|
37 |
|
38 |
EVALUATION_QUEUE_TEXT = """
|
39 |
-
##
|
40 |
|
41 |
This leaderboard evaluates systems on the FormulaOne core dataset. Submissions consist of a .jsonl file with solution code for each problem.
|
42 |
|
|
|
36 |
"""
|
37 |
|
38 |
EVALUATION_QUEUE_TEXT = """
|
39 |
+
## Submitting to the FormulaOne Leaderboard
|
40 |
|
41 |
This leaderboard evaluates systems on the FormulaOne core dataset. Submissions consist of a .jsonl file with solution code for each problem.
|
42 |
|