Update my_pages/landing.py
Browse files- my_pages/landing.py +2 -3
my_pages/landing.py
CHANGED
|
@@ -8,9 +8,8 @@ def render():
|
|
| 8 |
Welcome to the Multiplicity Interactive Demo.<br><br>
|
| 9 |
In this demo, you will explore how developer choices create a multiverse of possible models,
|
| 10 |
and how these choices connect to concerns of arbitrariness and homogenization in AI.<br><br>
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
or follow the guided tutorial which will go through all pieces in order.<br><br>
|
| 14 |
</div>
|
| 15 |
""",
|
| 16 |
unsafe_allow_html=True
|
|
|
|
| 8 |
Welcome to the Multiplicity Interactive Demo.<br><br>
|
| 9 |
In this demo, you will explore how developer choices create a multiverse of possible models,
|
| 10 |
and how these choices connect to concerns of arbitrariness and homogenization in AI.<br><br>
|
| 11 |
+
Navigation buttons will appear at the top of each page to move through the demo.
|
| 12 |
+
To begin the demo, click 'Get Started'.<br><br>
|
|
|
|
| 13 |
</div>
|
| 14 |
""",
|
| 15 |
unsafe_allow_html=True
|