I am having issues trying to change the streamlit file upload size. When I deploy to github with a folder with the name “.streamlit” and a config.toml file with the following content:
[server]
maxUploadSize = 1028
It does not seem to work. I have attached an image of my github repo structure as well as the actual config.toml file below. It works fine locally when I run the command locally
streamlit run your_script.py --server.maxUploadSize=1028