diff --git a/.streamlit/config.toml b/.streamlit/config.toml index 44ab21c..e75f492 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -5,13 +5,13 @@ headless = true # for local development -runOnSave = true +runOnSave = false # Limit uploads (MB). Excel files here are small; adjust if needed maxUploadSize = 5 # for local development -fileWatcherType="poll" +fileWatcherType="none" [theme]