Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ custom_css = f"""
|
|
93 |
'''
|
94 |
|
95 |
# Inject CSS as early as possible in your app
|
96 |
-
st.markdown(custom_css, unsafe_allow_html=True)
|
97 |
|
98 |
# --- PAGE SETUP ---
|
99 |
type_text_page = st.Page(
|
|
|
93 |
'''
|
94 |
|
95 |
# Inject CSS as early as possible in your app
|
96 |
+
#st.markdown(custom_css, unsafe_allow_html=True)
|
97 |
|
98 |
# --- PAGE SETUP ---
|
99 |
type_text_page = st.Page(
|