Spaces:
Build error
Build error
Commit ·
80b184f
1
Parent(s): fc3792c
rename file name to dwnld
Browse files
app.py
CHANGED
|
@@ -92,5 +92,5 @@ if uploaded_excel and uploaded_text:
|
|
| 92 |
# Provide a button for the user to download the result as an Excel file
|
| 93 |
st.download_button(label="Download Excel",
|
| 94 |
data=excel_data,
|
| 95 |
-
file_name='
|
| 96 |
mime='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet')
|
|
|
|
| 92 |
# Provide a button for the user to download the result as an Excel file
|
| 93 |
st.download_button(label="Download Excel",
|
| 94 |
data=excel_data,
|
| 95 |
+
file_name='_Consolidated E-Batch for Banking_.xlsx',
|
| 96 |
mime='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet')
|