Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
41d25c2
1
Parent(s):
42d6a20
tidy agreement, fix links
Browse files- app.py +3 -1
- terms/submission-agreement.md +1 -1
app.py
CHANGED
@@ -580,8 +580,10 @@ with blocks:
|
|
580 |
|
581 |
privacy_link = "https://huggingface.co/spaces/double-ai/FormulaOne-Leaderboard/blob/main/docs/privacy-policy.md"
|
582 |
submission_agreement_link = "https://huggingface.co/spaces/double-ai/FormulaOne-Leaderboard/blob/main/terms/submission-agreement.md"
|
|
|
583 |
gr.Markdown(
|
584 |
-
f"
|
|
|
585 |
elem_classes="markdown-text",
|
586 |
)
|
587 |
|
|
|
580 |
|
581 |
privacy_link = "https://huggingface.co/spaces/double-ai/FormulaOne-Leaderboard/blob/main/docs/privacy-policy.md"
|
582 |
submission_agreement_link = "https://huggingface.co/spaces/double-ai/FormulaOne-Leaderboard/blob/main/terms/submission-agreement.md"
|
583 |
+
|
584 |
gr.Markdown(
|
585 |
+
f'<a href="{privacy_link}" target="_blank" rel="noopener noreferrer">Privacy Notice</a>; '
|
586 |
+
f'<a href="{submission_agreement_link}" target="_blank" rel="noopener noreferrer">Submission Agreement</a>',
|
587 |
elem_classes="markdown-text",
|
588 |
)
|
589 |
|
terms/submission-agreement.md
CHANGED
@@ -2,7 +2,7 @@ FormulaOne AI Coding Challenge - Submission Agreement v1.2
|
|
2 |
|
3 |
Last updated: 6 Aug 2025
|
4 |
|
5 |
-
1
|
6 |
|
7 |
"Submission" means the code file you upload for a listed problem.
|
8 |
|
|
|
2 |
|
3 |
Last updated: 6 Aug 2025
|
4 |
|
5 |
+
1. Definitions
|
6 |
|
7 |
"Submission" means the code file you upload for a listed problem.
|
8 |
|