Pop-up window on streamlit

Hello dear fellows,
I am building an app that gets images and annotations, the user can: add, edit and remove existing annotations for a given image. I want to add after each phase a verficitaion step that includes a pop-up window so the user will confirm the change. Did someone ever coded a streamlit app with a pop up window?
KC

Hey @kobic8,

Unfortunately Streamlit doesn’t natively support pop-ups. Feel free to upvote this feature request GitHub Issue, which also describes some alternative approaches you might find helpful