lfoppiano commited on
Commit
77334fb
1 Parent(s): eaa93c8

disable obscure css style change

Browse files
Files changed (1) hide show
  1. streamlit_app.py +9 -9
streamlit_app.py CHANGED
@@ -71,15 +71,15 @@ st.set_page_config(
71
  }
72
  )
73
 
74
- css = '''
75
- <style>
76
- [data-testid="ScrollToBottomContainer"] {
77
- overflow: hidden;
78
- }
79
- </style>
80
- '''
81
-
82
- st.markdown(css, unsafe_allow_html=True)
83
 
84
 
85
  def new_file():
 
71
  }
72
  )
73
 
74
+ # css = '''
75
+ # <style>
76
+ # [data-testid="ScrollToBottomContainer"] {
77
+ # overflow: hidden;
78
+ # }
79
+ # </style>
80
+ # '''
81
+ #
82
+ # st.markdown(css, unsafe_allow_html=True)
83
 
84
 
85
  def new_file():