How do reduce or eliminate the top margin for streamlit version 1.38?

    st.markdown(
        r"""
        <style>
        .stAppViewBlockContainer {
               padding-top: 0rem;
            }
        </style>
        """, unsafe_allow_html=True
    )