prakharg24 commited on
Commit
b42f8f0
·
verified ·
1 Parent(s): d8783de

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -1
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