How to deploy an app when my files are very large

Hi,
I created an app that I would like to deploy. But my code use several csv files that are larger than 1GB.
How could I deal with this problem ?

Many thanks for the help,
Maxime

Hi @Maxime_tut -

Streamlit Cloud supports Git LFS, which is our usual recommendation to users:

Alternatively, you could first try to compress the CSV files and see if that helps.

Best,
Randy

1 Like

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