Update app.py
Browse files
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
|
| 41 |
-
st.write("A website that is used for
|
| 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)
|