Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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("")
|