prakharg24 commited on
Commit
ec10a30
·
verified ·
1 Parent(s): 1d148f2

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -11,7 +11,7 @@ def go_to(page_name, from_callback=False):
11
  st.rerun()
12
  st.stop()
13
 
14
- def add_bottom_navigation(previous_page, next_page):
15
  st.markdown("---")
16
  col1, col2, col3 = st.columns([1, 4, 1])
17
 
 
11
  st.rerun()
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