Checking contents of a file in the diretory of the deployed app

Hello, I just deployed my app with streamlit,
The app runs correctly, I have a problem though:
I need to check the contents of a file that gets updated when the app is used (It’s a mailing list), the file sits in the main directory of the app but neither the file on my PC nor the one on git get updated.
Can I access the files of my app on streamlit cloud in someway?
Thanks

oh… maybe this means this feature is in the workings?:

You can access the file from the application, I am not aware of any other way. You can download the file from there, or upload it to any service that has an API to store files.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.