陈俊杰 commited on
Commit
1f0ed0b
1 Parent(s): e552159
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -127,10 +127,12 @@ st.markdown("""
127
  div[data-testid="stMarkdownContainer"] table,
128
  div[data-testid="stMarkdownContainer"] li {
129
  font-size: 24px;
 
130
  line-height: 1.6;
131
  }
132
  .main-text {
133
  font-size: 24px;
 
134
  line-height: 1.6;
135
  }
136
  </style>
@@ -248,7 +250,9 @@ elif page == "Data and File format":
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")
 
127
  div[data-testid="stMarkdownContainer"] table,
128
  div[data-testid="stMarkdownContainer"] li {
129
  font-size: 24px;
130
+ font-family: 'Times New Roman', serif;
131
  line-height: 1.6;
132
  }
133
  .main-text {
134
  font-size: 24px;
135
+ font-family: 'Times New Roman', serif;
136
  line-height: 1.6;
137
  }
138
  </style>
 
250
  elif page == "Submit":
251
  st.header("Submit")
252
  st.markdown("""
253
+ Please organize the answers in a **txt** file, where each line includes: **taskId questionId answerId score rank**.
254
+
255
+ Finally, name the file as **teamId_methods.txt** and submit it through the link below: [https://forms.gle/ctJD5tvZkYcCw7Kz9](https://forms.gle/ctJD5tvZkYcCw7Kz9)
256
  """)
257
  elif page == "LeaderBoard":
258
  st.header("LeaderBoard")