How to change limit in icon of st.file_uploader which is by default 200

How to change limit in icon of st.file_uploader which is by default 200
Streamlit cloud

You are looking for the server.maxUploadSize option in the configuration file (config.toml). The docs of st.file_uploader mention this at the beginning.

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