prakharg24 commited on
Commit
49e282a
·
verified ·
1 Parent(s): 1decddd

Update my_pages/home.py

Browse files
Files changed (1) hide show
  1. my_pages/home.py +7 -3
my_pages/home.py CHANGED
@@ -10,9 +10,12 @@ def render():
10
  background: none!important;
11
  border: none;
12
  padding: 0!important;
 
13
  text-decoration: none;
 
14
  cursor: pointer;
15
  border: none !important;
 
16
  }
17
  button[kind="primary"]:hover {
18
  text-decoration: none;
@@ -36,9 +39,10 @@ def render():
36
  st.write("")
37
 
38
  sentences = [
39
- ("Information Loss.", "information_loss"),
40
- ("Rashomon Effect.", "rashomon_effect"),
41
- ("Developer Decisions.", "developer_decisions"),
 
42
  ("ICA Framework.", "ica"),
43
  ("Multiverse", "multiverse"),
44
  ]
 
10
  background: none!important;
11
  border: none;
12
  padding: 0!important;
13
+ margin: 0!important;
14
  text-decoration: none;
15
+ text-align: justify;
16
  cursor: pointer;
17
  border: none !important;
18
+ display: inline;
19
  }
20
  button[kind="primary"]:hover {
21
  text-decoration: none;
 
39
  st.write("")
40
 
41
  sentences = [
42
+ ("Translating real world into concrete data to train AI models leads to inherent loss in information.", "information_loss"),
43
+ ("This loss in information leaves room for multiple interpretations of the data, known as the Rashomon effect. \
44
+ This can lead to conflicting predictions across various interpretations for individuals, known as Multiplicity.", "rashomon_effect"),
45
+ ("Model developers play an important role steering the model across multiple interpretations, leading to a particular choice.", "developer_decisions"),
46
  ("ICA Framework.", "ica"),
47
  ("Multiverse", "multiverse"),
48
  ]