From 022fc74a153a7ac58f3d0f0b3d311cbaf5afeab9 Mon Sep 17 00:00:00 2001 From: Carl Zhang Date: Fri, 3 Oct 2025 10:21:32 -0500 Subject: [PATCH] update file upload size to 5M --- .streamlit/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.streamlit/config.toml b/.streamlit/config.toml index 5398a5deb..372b2af58 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -1,2 +1,2 @@ [server] -maxUploadSize = 10 \ No newline at end of file +maxUploadSize = 5 \ No newline at end of file