Kaludi commited on
Commit
e0fd0ed
·
1 Parent(s): b12c1f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ if uploaded_files:
72
  href = f'<a href="data:file/csv;base64,{b64}" download="cleaned_data_{i + 1}.csv">Download cleaned_data_{i + 1}.csv</a>'
73
  st.markdown(href, unsafe_allow_html=True)
74
  else:
75
- st.warning("Please upload a CSV file.")
76
  st.stop()
77
 
78
  st.markdown("")
 
72
  href = f'<a href="data:file/csv;base64,{b64}" download="cleaned_data_{i + 1}.csv">Download cleaned_data_{i + 1}.csv</a>'
73
  st.markdown(href, unsafe_allow_html=True)
74
  else:
75
+ st.warning("Please upload CSV file(s).")
76
  st.stop()
77
 
78
  st.markdown("")