I would like to show some information by using st.info(…) and after x amount of seconds remove it or have a button to close the information.
Hi @Federico_Cardoso, read up on python time and streamlit’s st.empty()
time
st.empty()
Cheers