I want to upload a file on my streamlit app, but when I go to select the file, I need a specific folder to be opened. I am an Ubuntu user.
I attempt the below using key=, but it fails. Always open the Recent files folder.
uploaded_file2 = st.file_uploader(“Choose File”, type=[“jpg”,“png”,“jpeg”], key=“Demo”)
Any ideas on this?