georad commited on
Commit
539678a
·
verified ·
1 Parent(s): a6d1588

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +5 -2
pages/type_text.py CHANGED
@@ -57,8 +57,11 @@ st.title("Main Content")
57
  for i in range(30):
58
  st.write(f"Content row {i}")
59
 
60
- st.markdown('</div>', unsafe_allow_html=True)
61
- ```
 
 
 
62
 
63
  #hide_streamlit_style = """
64
  # <style>
 
57
  for i in range(30):
58
  st.write(f"Content row {i}")
59
 
60
+ st.markdown('</div>', unsafe_allow_html=True)
61
+ ```
62
+
63
+ Note that this approach may require adjustment based on your specific Streamlit version and layout.
64
+ """)
65
 
66
  #hide_streamlit_style = """
67
  # <style>