陈俊杰
commited on
Commit
·
01e372b
1
Parent(s):
5e990fb
date
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ Both the training set and the test set can be downloaded from the provided link:
|
|
119 |
elif page == "Important Dates":
|
120 |
st.header("Important Dates")
|
121 |
st.markdown("""
|
122 |
-
<em class='main-text>All deadlines are at 11:59pm in the Anywhere on Earth (AOE) timezone
|
123 |
<span class='main-text'><strong>Kickoff Event</strong>:</span> <span class='main-text'>March 29, 2024</span><br />
|
124 |
<span class='main-text'><strong>Dataset Release</strong>:</span> <span class='main-text'>May 1, 2024</span><br />
|
125 |
<span class='main-text'><strong>Dry run Deadline</strong>:</span> <span class='main-text'>👉Jan 15, 2025</span><br />
|
|
|
119 |
elif page == "Important Dates":
|
120 |
st.header("Important Dates")
|
121 |
st.markdown("""
|
122 |
+
<em class='main-text>All deadlines are at 11:59pm in the Anywhere on Earth (AOE) timezone.</em><br />
|
123 |
<span class='main-text'><strong>Kickoff Event</strong>:</span> <span class='main-text'>March 29, 2024</span><br />
|
124 |
<span class='main-text'><strong>Dataset Release</strong>:</span> <span class='main-text'>May 1, 2024</span><br />
|
125 |
<span class='main-text'><strong>Dry run Deadline</strong>:</span> <span class='main-text'>👉Jan 15, 2025</span><br />
|