Da-Blairs / dashboard

Apache License 2.0
1 stars 0 forks source link

hide streamlit header/footer #2

Open gavinblair opened 1 week ago

gavinblair commented 1 week ago
st.markdown(
    """
    <style>
    header {visibility: hidden;}
    footer {visibility: hidden;}
    </style>
    """,
    unsafe_allow_html=True
)
zoster commented 1 week ago

I have a css file