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

I have a .pkl file over to 700mb so it will not uploaded on github bcz of the size limit.
How to store the .pkl file in any cloud and access to the app.py streamlit app so they won’t give me path error,
Thanks

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):