陈俊杰
commited on
Commit
·
b2f3985
1
Parent(s):
cd37723
time
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ Both the training set and the test set can be downloaded from the provided link:
|
|
121 |
elif page == "Important Dates":
|
122 |
st.header("Important Dates")
|
123 |
st.markdown("""
|
124 |
-
<p class='main-text'>All deadlines are at 11:59pm in the Anywhere on Earth (AOE) timezone.</p
|
125 |
<span class='main-text'><strong>Kickoff Event</strong>:</span> <span class='main-text'>March 29, 2024</span><br />
|
126 |
<span class='main-text'><strong>Dataset Release</strong>:</span> <span class='main-text'>May 1, 2024</span><br />
|
127 |
<span class='main-text'><strong>Dry run Deadline</strong>:</span> <span class='main-text'>👉Jan 15, 2025</span><br />
|
@@ -195,7 +195,7 @@ This leaderboard is used to show the performance of the <strong>automatic evalua
|
|
195 |
</p>
|
196 |
""", unsafe_allow_html=True)
|
197 |
# 获取北京时间
|
198 |
-
beijing_tz = pytz.timezone('Asia/
|
199 |
beijing_time = datetime.now(beijing_tz)
|
200 |
|
201 |
# 在页面上显示北京时间
|
|
|
121 |
elif page == "Important Dates":
|
122 |
st.header("Important Dates")
|
123 |
st.markdown("""
|
124 |
+
<p class='main-text'>All deadlines are at 11:59pm in the Anywhere on Earth (AOE) timezone.</p>
|
125 |
<span class='main-text'><strong>Kickoff Event</strong>:</span> <span class='main-text'>March 29, 2024</span><br />
|
126 |
<span class='main-text'><strong>Dataset Release</strong>:</span> <span class='main-text'>May 1, 2024</span><br />
|
127 |
<span class='main-text'><strong>Dry run Deadline</strong>:</span> <span class='main-text'>👉Jan 15, 2025</span><br />
|
|
|
195 |
</p>
|
196 |
""", unsafe_allow_html=True)
|
197 |
# 获取北京时间
|
198 |
+
beijing_tz = pytz.timezone('Asia/Shanghai')
|
199 |
beijing_time = datetime.now(beijing_tz)
|
200 |
|
201 |
# 在页面上显示北京时间
|