prakharg24 commited on
Commit
e0fa561
·
verified ·
1 Parent(s): 53b8c7c

Update my_pages/txt_pages.py

Browse files
Files changed (1) hide show
  1. my_pages/txt_pages.py +6 -6
my_pages/txt_pages.py CHANGED
@@ -72,14 +72,14 @@ def render():
72
  add_navigation("ica", "multiverse")
73
 
74
  paragraphs = [
75
- ("Intentional decisions have risk of <b><i>hacking</b></i>, i.e., finding a really good model just for the given data. "
76
- "Hacking can result in regulatory-washing, creating problems in governing these systems.", 0),
77
  ("Conventional decisions can lead to <b><i>homogenization</b></i>, as different models start to converge to similar behaviour. "
78
- "Homogenization create concerns of systemic bias and reduced diversity.", 5),
79
  ("Arbitrary decisions can lead to <b><i>conflicting predictions</b></i> between different models. "
80
- "Conflicting predictions create capriciousness, i.e., a 'lack of justification' for which model was chosen.", 10),
81
- ("Let's get into the role of a developer to understand these concerns and more importantly, <b><i>why and when they matter</b></i>.", 15),
82
- ("<br><br>Click 'Next' to train your own models to traverse the multiverse.", 17)
83
  ]
84
 
85
  add_fadein_text(paragraphs)
 
72
  add_navigation("ica", "multiverse")
73
 
74
  paragraphs = [
75
+ # ("Intentional decisions have risk of <b><i>hacking</b></i>, i.e., finding a really good model just for the given data. "
76
+ # "Hacking can result in regulatory-washing, creating problems in governing these systems.", 0),
77
  ("Conventional decisions can lead to <b><i>homogenization</b></i>, as different models start to converge to similar behaviour. "
78
+ "Homogenization create concerns of systemic bias and reduced diversity.", 0),
79
  ("Arbitrary decisions can lead to <b><i>conflicting predictions</b></i> between different models. "
80
+ "Conflicting predictions create capriciousness, i.e., a 'lack of justification' for which model was chosen.", 5),
81
+ ("Let's get into the role of a developer to understand these concerns and more importantly, <b><i>why and when they matter</b></i>.", 10),
82
+ ("<br><br>Click 'Next' to train your own models to traverse the multiverse.", 12)
83
  ]
84
 
85
  add_fadein_text(paragraphs)