i’m trying to use a for loop to write a different map every iteration in each colum but instead of erase the last map, the program make a new one, anyone have an idea wath is happening or if is a way to do that.
Hi @Jean_Carlo_Rodriguez , you could use st.empty(). The link is st.empty - Streamlit Docs
Cheers
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.