Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +4 -1
my_pages/txt_pages.py
CHANGED
|
@@ -85,7 +85,10 @@ def render():
|
|
| 85 |
add_navigation("multiverse", "conclusion")
|
| 86 |
|
| 87 |
paragraphs = [
|
| 88 |
-
("
|
|
|
|
|
|
|
|
|
|
| 89 |
]
|
| 90 |
|
| 91 |
add_fadein_text(paragraphs)
|
|
|
|
| 85 |
add_navigation("multiverse", "conclusion")
|
| 86 |
|
| 87 |
paragraphs = [
|
| 88 |
+
("AI prediction problems will rarely <i>(read 'never')</i> have just one solution, thus creating multiplicity.", 2),
|
| 89 |
+
("Navigating the multiplicity of models is an extremely important problem in AI, "
|
| 90 |
+
"as it directly impacts the individuals and the decisions they receive.", 4),
|
| 91 |
+
("<br><br>The field of multiplicity is quite young, and we are excited to see what's next!", 2),
|
| 92 |
]
|
| 93 |
|
| 94 |
add_fadein_text(paragraphs)
|