I am using streamlit to build a web app. I need to design an interactive web-app where I need to remove(delete) a set of widgets after a button click and replace them with new ones.
Please let me know if you find a solution. Thanks in advance.
PS: Using empty() or beta_containers did not solve my issue.