Update my_pages/txt_pages.py
Browse files- my_pages/txt_pages.py +9 -0
my_pages/txt_pages.py
CHANGED
|
@@ -79,4 +79,13 @@ def render():
|
|
| 79 |
("<br><br>Click 'Next' to train your own models to traverse the multiverse.", 1)
|
| 80 |
]
|
| 81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
add_fadein_text(paragraphs)
|
|
|
|
| 79 |
("<br><br>Click 'Next' to train your own models to traverse the multiverse.", 1)
|
| 80 |
]
|
| 81 |
|
| 82 |
+
add_fadein_text(paragraphs)
|
| 83 |
+
|
| 84 |
+
elif st.session_state.page=="txt_conclusion":
|
| 85 |
+
add_navigation("multiverse", "conclusion")
|
| 86 |
+
|
| 87 |
+
paragraphs = [
|
| 88 |
+
("Conclusion text.", 1)
|
| 89 |
+
]
|
| 90 |
+
|
| 91 |
add_fadein_text(paragraphs)
|