Spaces:
Running
Running
Emma Scharfmann commited on
Commit ·
6e2e675
1
Parent(s): f529350
add challenge's description
Browse files
components/challenge_page.py
CHANGED
|
@@ -127,7 +127,7 @@ def get_description(gr):
|
|
| 127 |
gr.Markdown(CHALLENGE_DESCRIPTION_1)
|
| 128 |
gr.DownloadButton(
|
| 129 |
label="📥 Download Template",
|
| 130 |
-
value="submission/submission_template.xlsx",
|
| 131 |
variant="secondary",
|
| 132 |
)
|
| 133 |
gr.Markdown(CHALLENGE_DESCRIPTION_2)
|
|
|
|
| 127 |
gr.Markdown(CHALLENGE_DESCRIPTION_1)
|
| 128 |
gr.DownloadButton(
|
| 129 |
label="📥 Download Template",
|
| 130 |
+
value="components/submission/submission_template.xlsx",
|
| 131 |
variant="secondary",
|
| 132 |
)
|
| 133 |
gr.Markdown(CHALLENGE_DESCRIPTION_2)
|