Update my_pages/home.py
Browse files- my_pages/home.py +1 -0
my_pages/home.py
CHANGED
|
@@ -10,6 +10,7 @@ def render():
|
|
| 10 |
st.write("")
|
| 11 |
|
| 12 |
sentences = [
|
|
|
|
| 13 |
("Information Loss.", "information_loss"),
|
| 14 |
("ICA Framework.", "ica"),
|
| 15 |
]
|
|
|
|
| 10 |
st.write("")
|
| 11 |
|
| 12 |
sentences = [
|
| 13 |
+
("Rashomon Effect.", "rashomon_effect"),
|
| 14 |
("Information Loss.", "information_loss"),
|
| 15 |
("ICA Framework.", "ica"),
|
| 16 |
]
|