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,
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