陈俊杰 commited on
Commit
1fcc3f5
·
1 Parent(s): 1c9dcff
Files changed (1) hide show
  1. app.py +4 -2
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
- <p class='main-text><em>All deadlines are at 11:59pm in the Anywhere on Earth (AOE) timezone.</em></p><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 />
@@ -261,7 +261,9 @@ elif page == "Organisers":
261
  <em>Qingyao Ai</em> [aiqy@tsinghua.edu.cn] (Tsinghua University)<br />
262
  <em>Junjie Chen</em> [chenjj826@gmail.com] (Tsinghua University) <br />
263
  <em>Zhumin Chu</em> [chuzm19@mails.tsinghua.edu.cn] (Tsinghua University)<br />
264
- <em>Haitao Li</em> [liht22@mails.tsinghua.edu.cn] (Tsinghua University)</p>""",unsafe_allow_html=True)
 
 
265
  elif page == "References":
266
  st.header("References")
267
  st.markdown("""TAB""")
 
119
  elif page == "Important Dates":
120
  st.header("Important Dates")
121
  st.markdown("""
122
+ <p class='main-text>All deadlines are at 11:59pm in the Anywhere on Earth (AOE) timezone.</p><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 />
 
261
  <em>Qingyao Ai</em> [aiqy@tsinghua.edu.cn] (Tsinghua University)<br />
262
  <em>Junjie Chen</em> [chenjj826@gmail.com] (Tsinghua University) <br />
263
  <em>Zhumin Chu</em> [chuzm19@mails.tsinghua.edu.cn] (Tsinghua University)<br />
264
+ <em>Haitao Li</em> [liht22@mails.tsinghua.edu.cn] (Tsinghua University)<br />
265
+ Please feel free to contact us! 😉
266
+ </p>""",unsafe_allow_html=True)
267
  elif page == "References":
268
  st.header("References")
269
  st.markdown("""TAB""")