fix: Correct indentation in Excel file processing section
This commit is contained in:
parent
d12e396932
commit
a0a90a8b9c
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user