refactor: Remove redundant processing mode selector from sidebar

This commit is contained in:
Bobby Abellana (aider) 2025-02-11 10:02:32 -08:00
parent 43afbf694d
commit b8698d41b8

View File

@ -90,12 +90,6 @@ with st.sidebar:
("Excel", "Word"),
help="Select the type of files you want to process"
)
processing_mode = st.radio(
"Choose processing mode:",
("File Upload", "Directory Processing"),
help="Process uploaded files or select directories"
)
# Main content area
st.header(f"{file_type} File Processing")