Hello, thanks for this amazing app! I was able to successfully deploy an app on streamlit cloud
. The app asks the user to upload a file and then does some magic with it.
My problem: I need to save that file somewhere. My understand is that I cannot write to the github
repo where the app is living. What are the alternatives? Is there a way to use st.file_uploader()
and then put the file on my google drive (without storing my password in the app) or perhaps dropbox. Perhaps something even simpler?
Thanks!