import streamlit as st def hide_button(): st.markdown( """ """, unsafe_allow_html=True, ) def unhide_button(): st.markdown( """ """, unsafe_allow_html=True, )