prakharg24 commited on
Commit
5c6dc10
·
verified ·
1 Parent(s): ebf4e91

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -1
utils.py CHANGED
@@ -12,7 +12,6 @@ def go_to(page_name, from_callback=False):
12
  st.stop()
13
 
14
  def add_navigation(previous_page, next_page):
15
- st.markdown("---")
16
  col1, col2, col3 = st.columns([1, 4, 1])
17
 
18
  if previous_page is not None:
@@ -25,6 +24,8 @@ def add_navigation(previous_page, next_page):
25
  if st.button("Next"):
26
  go_to(next_page)
27
 
 
 
28
  def add_fadein_text(paragraphs):
29
  # Define CSS fade-in animation
30
  st.markdown("""
 
12
  st.stop()
13
 
14
  def add_navigation(previous_page, next_page):
 
15
  col1, col2, col3 = st.columns([1, 4, 1])
16
 
17
  if previous_page is not None:
 
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
31
  st.markdown("""