陈俊杰
commited on
Commit
·
e552159
1
Parent(s):
97761bf
submit
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ elif page == "Data and File format":
|
|
248 |
elif page == "Submit":
|
249 |
st.header("Submit")
|
250 |
st.markdown("""
|
251 |
-
|
252 |
""")
|
253 |
elif page == "LeaderBoard":
|
254 |
st.header("LeaderBoard")
|
|
|
248 |
elif page == "Submit":
|
249 |
st.header("Submit")
|
250 |
st.markdown("""
|
251 |
+
Please organize the answers in a **txt** file, where each line includes: **taskId questionId answerId score rank**. Finally, name the file as **teamId_methods.txt** and submit it through the link below: [https://forms.gle/ctJD5tvZkYcCw7Kz9](https://forms.gle/ctJD5tvZkYcCw7Kz9)
|
252 |
""")
|
253 |
elif page == "LeaderBoard":
|
254 |
st.header("LeaderBoard")
|