I’ve got an error trying to upload multiple files: TypeError: file_uploader() got an unexpected keyword argument ‘accept_multiple_files’.
I basically copied the streamlit docs example, what am I doing wrong?
multiple_files = st.file_uploader('label', accept_multiple_files=True)