Summary
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.
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()
Cheers
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.