From 77334fbea983542c5744608195daaeef4b592d84 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Tue, 21 Nov 2023 12:45:31 +0900 Subject: [PATCH] disable obscure css style change --- streamlit_app.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/streamlit_app.py b/streamlit_app.py index 7709e7c..d9e2ea6 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -71,15 +71,15 @@ } ) -css = ''' - -''' - -st.markdown(css, unsafe_allow_html=True) +# css = ''' +# +# ''' +# +# st.markdown(css, unsafe_allow_html=True) def new_file():