From a0a90a8b9c1be75f465ebb141c05794780ef0662 Mon Sep 17 00:00:00 2001 From: "Bobby Abellana (aider)" Date: Tue, 11 Feb 2025 09:46:51 -0800 Subject: [PATCH] fix: Correct indentation in Excel file processing section --- src/streamlit_app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/streamlit_app.py b/src/streamlit_app.py index 748f57f..597f51f 100644 --- a/src/streamlit_app.py +++ b/src/streamlit_app.py @@ -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(