refactor: Remove redundant processing mode selector from sidebar
This commit is contained in:
parent
43afbf694d
commit
b8698d41b8
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user