Streamlit Sticky Header

Hi, I recently created a streamlit app, and I was wondering if I could display the name of the application as a sticky header so that it stays put when scrolling. I know there isn’t any inbuilt function that allows this, but it seems that, it can be done using st.markdown() with some css code inside of it. I’d be glad if someone could throw more light on this. Thanks in advance.