Hi,
I’m using streamlit locally. I’m trying to serve static files.
For files below 200mb it works perfectly.
However, for files bigger than 200mb, I get error from the browser (chrome) File wasn’t available on site (see attached imaged).
I tried to change the config maxMessageSize and maxUploadSize but it didn’t help.
I set logging level = "debug" but didn’t see any error in streamlit.
pls help
