prakharg24 commited on
Commit
3eaaac3
·
verified ·
1 Parent(s): cd6e32f

Update my_pages/txt_pages.py

Browse files
Files changed (1) hide show
  1. my_pages/txt_pages.py +4 -3
my_pages/txt_pages.py CHANGED
@@ -86,9 +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
- ("Navigating the multiplicity of models is an extremely important problem in AI, "
90
- "as it directly impacts the individuals and the decisions they receive.", 2),
91
- ("<br><br>The field of multiplicity is quite young, and we are excited to see what's next!", 6),
 
92
  ]
93
 
94
  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, simply 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 is quite young, and we are excited to see what's next!", 9),
93
  ]
94
 
95
  add_fadein_text(paragraphs)