prakharg24 commited on
Commit
d820742
·
verified ·
1 Parent(s): 044431d

Update my_pages/txt_pages.py

Browse files
Files changed (1) hide show
  1. my_pages/txt_pages.py +3 -3
my_pages/txt_pages.py CHANGED
@@ -72,10 +72,10 @@ def render():
72
  add_navigation("ica", "multiverse")
73
 
74
  paragraphs = [
75
- ("Conventional decisions by developers can lead to <b><i>homogenization</b></i>, as different models start to converge to similar behaviour. "
76
  "Homogenization create concerns of systemic bias and reduced diversity.", 0),
77
- ("Arbitrary decisions, on the other hand, can lead to <b><i>conflicting predictions</b></i> between different models. "
78
- "Conflicting predictions create capriciousness, thus a 'lack of justification' for arbitrariness in predictions.", 5),
79
  ("Let's get into the role of a developer to understand these concerns and why they matter.", 10),
80
  ("<br><br>Click 'Next' to train your own models to traverse the multiverse.", 12)
81
  ]
 
72
  add_navigation("ica", "multiverse")
73
 
74
  paragraphs = [
75
+ ("Conventional decisions can lead to <b><i>homogenization</b></i>, as different models start to converge to similar behaviour. "
76
  "Homogenization create concerns of systemic bias and reduced diversity.", 0),
77
+ ("Arbitrary decisions can lead to <b><i>conflicting predictions</b></i> between different models. "
78
+ "Conflicting predictions create capriciousness, i.e., a 'lack of justification' for which model was chosen.", 5),
79
  ("Let's get into the role of a developer to understand these concerns and why they matter.", 10),
80
  ("<br><br>Click 'Next' to train your own models to traverse the multiverse.", 12)
81
  ]