hacpdsae2023 commited on
Commit
bb4867f
·
1 Parent(s): 94f8c57

corrected name of output file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ if uploaded_file1 is not None and uploaded_file2 is not None:
50
 
51
  st.download_button(
52
  "Press to Download",
53
- csv,
54
  "output_file.csv",
55
  "text/csv",
56
  key='download-csv'
 
50
 
51
  st.download_button(
52
  "Press to Download",
53
+ df1,
54
  "output_file.csv",
55
  "text/csv",
56
  key='download-csv'