Summary
Hello, I’m trying to upload a file on a streamlit app that I run from a remote machine.
I expected the file uploader to show me the environment of the remote machine to upload a file from, but instead I got my local environment.
Is there a way to access the remote environment?
TY
Steps to reproduce
Create a st.file uploader component, run the app on a different machine, for example an EC2 instance.
Instead of getting the remote environment you’re running the app from, you will get your local one, to choose files for uploading.