Config.toml not active on Github

hi

using the tool the very first time and it is impressing, thx!

I am facing the problem, that the toml is not used as it looks like.
Assumed is, that the file picker would show the correct limit.

app: https://zpl-grayscale-prep-v5xzgu2ddg8mqrgwrtazxq.streamlit.app/
repo: GitHub - mischlrebl/zpl-grayscale-prep: prepares an image to import them in zpl
not able to find any hint on How do I increase the upload limit of st.file_uploader on Streamlit Community Cloud? - Streamlit Docs and config.toml - Streamlit Docs

thanks in advance for any guiding

You may need to reboot the application after changing the configuration.

Neither a reuse after 12h nor the rerun changes anything.

The expectation would be, that the limit is shown correctly on the file browser, right?

Works as expected for me.

The reboot that @Goyo mentioned is more than just a rerun. Rerunning (even 12 hours later) does not restart the Streamlit server. In local development, you’d need to Ctrl+C to stop the server then streamlit run ... again to restart the Streamlit server to pick up ALL changes to config.toml. For Community Cloud, you have to reboot, which will rebuild the Python environment and start the Streamlit server from a new process.

in cloud: reboot did it, thx!

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