I’d like to build a utility via Streamlit for server log files. One of the challenges is that the files I need to concatenate are ~500MB each (that is, above the 200MB file size limit).
Is there a way to increase that cap?
No worries if not, I can build a connector to my google cloud buckets, but I thought it may be a handy thing to have
Caution : The maxUploadSize of 50MB was set to try to ensure a good working experience with Streamlit. So you can set this limit arbitrarily high, but we can’t make any guarantees about how well the Streamlit app will work for you.
Is there such a thing as a cumulative upload size beyond which the app might not work properly?