Update utils.py
Browse files
utils.py
CHANGED
|
@@ -24,7 +24,8 @@ def add_navigation(previous_page, next_page):
|
|
| 24 |
if st.button("Next"):
|
| 25 |
go_to(next_page)
|
| 26 |
|
| 27 |
-
st.markdown("---")
|
|
|
|
| 28 |
|
| 29 |
def add_fadein_text(paragraphs):
|
| 30 |
# Define CSS fade-in animation
|
|
|
|
| 24 |
if st.button("Next"):
|
| 25 |
go_to(next_page)
|
| 26 |
|
| 27 |
+
# st.markdown("---")
|
| 28 |
+
st.divider()
|
| 29 |
|
| 30 |
def add_fadein_text(paragraphs):
|
| 31 |
# Define CSS fade-in animation
|