georad commited on
Commit
ebc33d1
·
verified ·
1 Parent(s): 2b01236

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- # At the top of your existing file with your imports
4
  def add_sticky_header_css():
5
  st.markdown("""
6
  <style>
@@ -29,10 +29,10 @@ def add_sticky_header_css():
29
  </style>
30
  """, unsafe_allow_html=True)
31
 
32
- # Then at the start of your main function or execution flow
33
  add_sticky_header_css()
34
 
35
- # Rest of your existing app continues...
36
 
37
  # --- PAGE SETUP ---
38
  type_text_page = st.Page(
 
1
  import streamlit as st
2
 
3
+ # At the top of file with imports
4
  def add_sticky_header_css():
5
  st.markdown("""
6
  <style>
 
29
  </style>
30
  """, unsafe_allow_html=True)
31
 
32
+ # At the start of main function or execution flow
33
  add_sticky_header_css()
34
 
35
+ # Rest of app continues...
36
 
37
  # --- PAGE SETUP ---
38
  type_text_page = st.Page(