fix: Correct indentation in Excel file processing section

This commit is contained in:
Bobby Abellana (aider) 2025-02-11 09:46:51 -08:00
parent d12e396932
commit a0a90a8b9c

View File

@ -61,9 +61,9 @@ with st.sidebar:
# Main content area
if processing_mode == "File Upload":
if file_type == "Excel":
st.header("Excel File Processing")
col1, col2 = st.columns(2)
st.header("Excel File Processing")
col1, col2 = st.columns(2)
with col1:
uploaded_files = st.file_uploader(