Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,8 @@ custom_css = f"""
|
|
35 |
z-index: 0;
|
36 |
}
|
37 |
</style>
|
38 |
-
"""
|
|
|
39 |
|
40 |
# Create a custom header at the very top (this is key)
|
41 |
# This must be the very first Streamlit element
|
|
|
35 |
z-index: 0;
|
36 |
}
|
37 |
</style>
|
38 |
+
"""
|
39 |
+
st.markdown(custom_css, unsafe_allow_html=True)
|
40 |
|
41 |
# Create a custom header at the very top (this is key)
|
42 |
# This must be the very first Streamlit element
|