Update my_pages/landing.py
Browse files- my_pages/landing.py +1 -13
my_pages/landing.py
CHANGED
|
@@ -12,16 +12,4 @@ def render():
|
|
| 12 |
Use the navigation buttons at the top of each page to move through the demo.
|
| 13 |
To begin the demo, click 'Next'.
|
| 14 |
"""
|
| 15 |
-
)
|
| 16 |
-
# st.markdown(
|
| 17 |
-
# """
|
| 18 |
-
# <div style='text-align: center; font-size:18px; color:gray;'>
|
| 19 |
-
# Welcome to the Multiplicity Interactive Demo.<br><br>
|
| 20 |
-
# In this demo, you will explore how developer choices create a multiverse of possible models,
|
| 21 |
-
# and how these choices connect to concerns of arbitrariness and homogenization in AI.<br><br>
|
| 22 |
-
# Use the navigation buttons at the top of each page to move through the demo.
|
| 23 |
-
# To begin the demo, click 'Next'.<br><br>
|
| 24 |
-
# </div>
|
| 25 |
-
# """,
|
| 26 |
-
# unsafe_allow_html=True
|
| 27 |
-
# )
|
|
|
|
| 12 |
Use the navigation buttons at the top of each page to move through the demo.
|
| 13 |
To begin the demo, click 'Next'.
|
| 14 |
"""
|
| 15 |
+
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|