Spaces:
Running
Running
disable obscure css style change
Browse files- 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 |
-
|
77 |
-
|
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():
|