From 9b9322ddecf6975f9dbc97ddd24082d1f86c3b72 Mon Sep 17 00:00:00 2001 From: "Bobby Abellana (aider)" Date: Tue, 11 Feb 2025 10:09:27 -0800 Subject: [PATCH] docs: Add Streamlit upload file size limits to About section --- src/streamlit_app.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/streamlit_app.py b/src/streamlit_app.py index 5edb9dc..d2bbb67 100644 --- a/src/streamlit_app.py +++ b/src/streamlit_app.py @@ -324,5 +324,11 @@ This tool helps you remove protection from: - Excel workbooks (.xlsx, .xlsm) - Word documents (.docx, .docm) +Upload Limits: +- Individual files: up to 200MB each +- Total upload size: up to 800MB per session + +For larger files or bulk processing, use the 'Select Directory' option to process files locally. + No files are stored on the server - all processing happens in your browser! """)