Jack Monas commited on
Commit ·
a03df3f
1
Parent(s): 703b9df
rules
Browse files
app.py
CHANGED
|
@@ -122,19 +122,16 @@ def main():
|
|
| 122 |
|
| 123 |
|
| 124 |
scoring_section()
|
| 125 |
-
|
| 126 |
st.markdown("## FAQs")
|
| 127 |
-
st.
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
Deadlines for each challenge will be announced on the website.</p>
|
| 136 |
-
</div>
|
| 137 |
-
""", unsafe_allow_html=True)
|
| 138 |
|
| 139 |
|
| 140 |
if __name__ == '__main__':
|
|
|
|
| 122 |
|
| 123 |
|
| 124 |
scoring_section()
|
| 125 |
+
|
| 126 |
st.markdown("## FAQs")
|
| 127 |
+
st.write(
|
| 128 |
+
"**Do I have to participate in all challenges?** \n"
|
| 129 |
+
"No, you may choose to participate in one or more challenges. However, participating in multiple challenges may improve your overall ranking.\n\n"
|
| 130 |
+
"**Can I work in a team?** \n"
|
| 131 |
+
"Yes, team submissions are welcome.\n\n"
|
| 132 |
+
"**What are the submission deadlines?** \n"
|
| 133 |
+
"Deadlines for each challenge will be announced on the website.\n\n"
|
| 134 |
+
)
|
|
|
|
|
|
|
|
|
|
| 135 |
|
| 136 |
|
| 137 |
if __name__ == '__main__':
|