Spaces:
Sleeping
Sleeping
Commit
·
bb4867f
1
Parent(s):
94f8c57
corrected name of output file
Browse files
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 |
-
|
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'
|