Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +3 -3
my_pages/txt_pages.py
CHANGED
|
@@ -86,10 +86,10 @@ def render():
|
|
| 86 |
|
| 87 |
paragraphs = [
|
| 88 |
("AI prediction problems will rarely <i>(read 'never')</i> have just one solution, thus creating multiplicity.", 0),
|
| 89 |
-
("Depending on context and values of the stakeholders, one might leans towards higher or lower multiplicity", 2),
|
| 90 |
-
("However, irrespective of this choice,
|
| 91 |
"as it directly impacts individuals and the decisions they receive.", 5),
|
| 92 |
-
("<br><br>The field of multiplicity is quite young, and we are excited to see what's next!", 9),
|
| 93 |
]
|
| 94 |
|
| 95 |
add_fadein_text(paragraphs)
|
|
|
|
| 86 |
|
| 87 |
paragraphs = [
|
| 88 |
("AI prediction problems will rarely <i>(read 'never')</i> have just one solution, thus creating multiplicity.", 0),
|
| 89 |
+
("Depending on context and values of the stakeholders, one might leans towards higher or lower multiplicity.", 2),
|
| 90 |
+
("However, irrespective of this choice, auditing and navigating the multiplicity of models is a critical problem in AI, "
|
| 91 |
"as it directly impacts individuals and the decisions they receive.", 5),
|
| 92 |
+
("<br><br>The field of multiplicity in AI is quite young, and we are excited to see what's next!", 9),
|
| 93 |
]
|
| 94 |
|
| 95 |
add_fadein_text(paragraphs)
|