Jack Monas
commited on
Commit
·
0a7536d
1
Parent(s):
b085379
gif
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import random
|
|
7 |
|
8 |
|
9 |
def resources_section():
|
10 |
-
st.markdown("## Resources")
|
11 |
st.write("For more information and updates, explore our blog posts or join our community channels:")
|
12 |
|
13 |
# Define a custom HTML string to create dark-themed card-style links in a flexbox layout
|
@@ -305,7 +305,7 @@ def main():
|
|
305 |
|
306 |
st.markdown("---")
|
307 |
|
308 |
-
st.markdown("##
|
309 |
st.markdown(
|
310 |
"""
|
311 |
Beyond the World Model Challenge, we also want to make the challenges and datasets more useful for your research questions.
|
|
|
7 |
|
8 |
|
9 |
def resources_section():
|
10 |
+
st.markdown("## Additional Resources")
|
11 |
st.write("For more information and updates, explore our blog posts or join our community channels:")
|
12 |
|
13 |
# Define a custom HTML string to create dark-themed card-style links in a flexbox layout
|
|
|
305 |
|
306 |
st.markdown("---")
|
307 |
|
308 |
+
st.markdown("## Data & Research Requests")
|
309 |
st.markdown(
|
310 |
"""
|
311 |
Beyond the World Model Challenge, we also want to make the challenges and datasets more useful for your research questions.
|