Hi all !
I am trying to create a streamlit platform that can be used by multiple users.
I would like for the page to have the capability to store uploaded files to the streamlit page, that is if multiple users are using the same streamlit page, if one person were to upload a file they have the option to save said file to the page and then other users will be abe to VIEW that uploaded data without having to have the original file.
If possible I would like the page to be able to have multiple files uploaded and have a selection table to allow users to pick a previously uploaded file or use the file uploaded system that is currently being used.
Thanks so much in advance!