georad commited on
Commit
6dd52c2
·
verified ·
1 Parent(s): 29c82ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
58
  pg.run()
59
 
60
  # Add a dummy element at the bottom
61
- st.markdown('<div id="bottom"></div>', unsafe_allow_html=True)
62
 
63
  # JavaScript to scroll the dummy element into view
64
  scroll_script = """
 
58
  pg.run()
59
 
60
  # Add a dummy element at the bottom
61
+ # st.markdown('<div id="bottom"></div>', unsafe_allow_html=True)
62
 
63
  # JavaScript to scroll the dummy element into view
64
  scroll_script = """