Ninad077 commited on
Commit
9422418
·
verified ·
1 Parent(s): f906580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ h1 {
37
  st.markdown(styles, unsafe_allow_html=True)
38
 
39
  # Custom gradient title
40
- st.markdown("<h1>CSV appender</h1>", unsafe_allow_html=True)
41
- st.write("A website that is used for appending multiple csv files and converting them to excel format")
42
 
43
  # File uploader for multiple CSV files
44
  uploaded_files = st.file_uploader("Upload CSV files", type=["csv", "xlsx"], accept_multiple_files=True)
 
37
  st.markdown(styles, unsafe_allow_html=True)
38
 
39
  # Custom gradient title
40
+ st.markdown("<h1>CSV/Excel merger</h1>", unsafe_allow_html=True)
41
+ st.write("A website that is used for merging multiple csv/excel files and converting them to excel/csv format")
42
 
43
  # File uploader for multiple CSV files
44
  uploaded_files = st.file_uploader("Upload CSV files", type=["csv", "xlsx"], accept_multiple_files=True)