How to store a large .pkl file on any cloud and access to streamlit

Here’s a janky example putting the large file in Google Drive and downloading it once the app is deployed:

Help with loading the pickle file in my app - #4 by edsaac

Keep in mind that loading a large file onto memory may surpass the resources limit (2.7GB):