chandanzeon commited on
Commit
80b184f
·
1 Parent(s): fc3792c

rename file name to dwnld

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='Fetch_Employer_Output.xlsx',
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')