Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -268,6 +268,8 @@ if selected_app == "3) Merge CSVs":
|
|
268 |
|
269 |
else:
|
270 |
uploaded_files = st.file_uploader("Upload CSV files to merge", accept_multiple_files=True, type="csv")
|
|
|
|
|
271 |
|
272 |
submit = st.button("Submit")
|
273 |
if submit:
|
|
|
268 |
|
269 |
else:
|
270 |
uploaded_files = st.file_uploader("Upload CSV files to merge", accept_multiple_files=True, type="csv")
|
271 |
+
with st.expander("Explain"):
|
272 |
+
st.write("Merge CSVs that contain related topics. Total CSV length should be around 50-100.")
|
273 |
|
274 |
submit = st.button("Submit")
|
275 |
if submit:
|