Jack Monas
commited on
Commit
·
b1bf6bc
1
Parent(s):
d4aea06
rules
Browse files
app.py
CHANGED
@@ -167,6 +167,14 @@ def main():
|
|
167 |
st.markdown("**Note:** Each challenge has additional rules, which will be released when the challenges officially launch on March 1st.")
|
168 |
st.markdown("---")
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
st.markdown("## FAQs")
|
171 |
|
172 |
display_faq("Do I have to participate in all challenges?",
|
|
|
167 |
st.markdown("**Note:** Each challenge has additional rules, which will be released when the challenges officially launch on March 1st.")
|
168 |
st.markdown("---")
|
169 |
|
170 |
+
|
171 |
+
st.markdown("## Already Started Working on These Challenges?")
|
172 |
+
st.write(
|
173 |
+
"If you've already begun work on any of the challenges, we encourage you to share your progress with the community. "
|
174 |
+
"Connect with other participants via our Discord channel or GitHub repository to exchange ideas, get feedback, and collaborate."
|
175 |
+
)
|
176 |
+
|
177 |
+
|
178 |
st.markdown("## FAQs")
|
179 |
|
180 |
display_faq("Do I have to participate in all challenges?",
|