How to hide st.image

I’ve just found why it didn;t work.
I have to do the following:

placeholder.empty()

instead of

placeholder = st.empty()

2 Likes