Ninad077 commited on
Commit
7be6880
·
verified ·
1 Parent(s): 44ef849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ st.markdown("<h1>CSV and Excel Appender</h1>", unsafe_allow_html=True)
40
  st.write("A website that is used for appending multiple CSV and Excel files and converting them to a desired format.")
41
 
42
  # File uploader for multiple CSV and Excel files
43
- uploaded_files = st.file_uploader("Upload CSV or Excel files", type=["csv", "xlsx"], accept_multiple_files=True)
44
 
45
  if uploaded_files:
46
  # Initialize an empty list to store DataFrames
 
40
  st.write("A website that is used for appending multiple CSV and Excel files and converting them to a desired format.")
41
 
42
  # File uploader for multiple CSV and Excel files
43
+ uploaded_files = st.file_uploader("Upload CSV or Excel files", type=["csv", "xlsx", "xls"], accept_multiple_files=True)
44
 
45
  if uploaded_files:
46
  # Initialize an empty list to store DataFrames