From fb7fadf45e396b0524a1fb15cd409b42607376fa Mon Sep 17 00:00:00 2001 From: cardosofede Date: Mon, 20 Jun 2022 12:45:03 -0300 Subject: [PATCH] (feat) limit the db upload size --- .streamlit/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.streamlit/config.toml b/.streamlit/config.toml index f6fb194..f6e4364 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -3,4 +3,4 @@ base="dark" font="monospace" [server] port=8501 -maxUploadSize = 2000 \ No newline at end of file +maxUploadSize = 700 \ No newline at end of file