How to Clear uploaded images when using st.file_uploader, accepting multiple files and how to clear other outputs?

The easiest way to clear an input value like this is to put it in a st.form with clear_on_submit=True