Update my_pages/home.py
Browse files- my_pages/home.py +2 -1
my_pages/home.py
CHANGED
|
@@ -10,8 +10,9 @@ def render():
|
|
| 10 |
st.write("")
|
| 11 |
|
| 12 |
sentences = [
|
| 13 |
-
("Rashomon Effect.", "rashomon_effect"),
|
| 14 |
("Information Loss.", "information_loss"),
|
|
|
|
|
|
|
| 15 |
("ICA Framework.", "ica"),
|
| 16 |
]
|
| 17 |
|
|
|
|
| 10 |
st.write("")
|
| 11 |
|
| 12 |
sentences = [
|
|
|
|
| 13 |
("Information Loss.", "information_loss"),
|
| 14 |
+
("Rashomon Effect.", "rashomon_effect"),
|
| 15 |
+
("Developer Decisions.", "developer_decisions"),
|
| 16 |
("ICA Framework.", "ica"),
|
| 17 |
]
|
| 18 |
|