Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
a988195
1
Parent(s):
51d4449
improve terms text
Browse files- app.py +2 -2
- src/about.py +1 -1
app.py
CHANGED
@@ -521,6 +521,8 @@ with blocks:
|
|
521 |
with gr.Row():
|
522 |
gr.Markdown("# ✉️✨ Submit your solutions", elem_classes="markdown-text")
|
523 |
|
|
|
|
|
524 |
login_box = gr.Group(visible=True, elem_id="f1-login-box")
|
525 |
with login_box:
|
526 |
gr.Markdown("Please sign in with Hugging Face to submit")
|
@@ -530,8 +532,6 @@ with blocks:
|
|
530 |
with submit_panel:
|
531 |
with gr.Row():
|
532 |
with gr.Column():
|
533 |
-
gr.Markdown(SUBMISSION_TERMS_TEXT, elem_classes="markdown-text")
|
534 |
-
|
535 |
system_name_textbox = gr.Textbox(label=AutoEvalColumn.system.name)
|
536 |
org_textbox = gr.Textbox(label=AutoEvalColumn.organization.name)
|
537 |
submission_file = gr.File(label="JSONL solutions file", file_types=[".jsonl"])
|
|
|
521 |
with gr.Row():
|
522 |
gr.Markdown("# ✉️✨ Submit your solutions", elem_classes="markdown-text")
|
523 |
|
524 |
+
gr.Markdown(SUBMISSION_TERMS_TEXT, elem_classes="markdown-text")
|
525 |
+
|
526 |
login_box = gr.Group(visible=True, elem_id="f1-login-box")
|
527 |
with login_box:
|
528 |
gr.Markdown("Please sign in with Hugging Face to submit")
|
|
|
532 |
with submit_panel:
|
533 |
with gr.Row():
|
534 |
with gr.Column():
|
|
|
|
|
535 |
system_name_textbox = gr.Textbox(label=AutoEvalColumn.system.name)
|
536 |
org_textbox = gr.Textbox(label=AutoEvalColumn.organization.name)
|
537 |
submission_file = gr.File(label="JSONL solutions file", file_types=[".jsonl"])
|
src/about.py
CHANGED
@@ -108,7 +108,7 @@ WHAT_IS_F1_HTML_AFTER_TIER1FIG_TAIL = """
|
|
108 |
|
109 |
|
110 |
SUBMISSION_TERMS_TEXT = """
|
111 |
-
|
112 |
- By submitting, you agree to the **FormulaOne Submission Agreement
|
113 |
(v1.2)** and our **Privacy Notice**.
|
114 |
- Your uploaded file remains yours; we only use it to evaluate, score,
|
|
|
108 |
|
109 |
|
110 |
SUBMISSION_TERMS_TEXT = """
|
111 |
+
### Competition terms
|
112 |
- By submitting, you agree to the **FormulaOne Submission Agreement
|
113 |
(v1.2)** and our **Privacy Notice**.
|
114 |
- Your uploaded file remains yours; we only use it to evaluate, score,
|