justheuristic commited on
Commit
bd1d1aa
·
1 Parent(s): 137d895

remove shenanigans

Browse files
Files changed (1) hide show
  1. st_helpers.py +0 -5
st_helpers.py CHANGED
@@ -17,11 +17,6 @@ def make_header():
17
  components.html(f"<style>{header_style_css}</style>{header_html}<script>{header_animate_js}</script>", height=260)
18
  st.markdown(meta_html, unsafe_allow_html=True)
19
  st.markdown(f"<style>{content_style_css}</style>", unsafe_allow_html=True) # apply css to the rest of the document
20
- st.markdown('''<script>
21
- console.log("123");
22
- var app = document.getElementsByClassName("stApp")[0];
23
- app.style.height = "99999px";
24
- </script>''', unsafe_allow_html=True)
25
 
26
 
27
  def content_title(title: str, vspace_before: int = 0, vspace_after: int = 0):
 
17
  components.html(f"<style>{header_style_css}</style>{header_html}<script>{header_animate_js}</script>", height=260)
18
  st.markdown(meta_html, unsafe_allow_html=True)
19
  st.markdown(f"<style>{content_style_css}</style>", unsafe_allow_html=True) # apply css to the rest of the document
 
 
 
 
 
20
 
21
 
22
  def content_title(title: str, vspace_before: int = 0, vspace_after: int = 0):