Mayureshd commited on
Commit
3e1efac
1 Parent(s): 9820d92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,4 +58,4 @@ output_df = pd.DataFrame(output_data)
58
  st.write(output_df)
59
 
60
  # Download button for Excel file
61
- st.download_button(label="Download Excel", data=output_df.to_excel(), file_name='crime_data_output.xlsx', mime='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet')
 
58
  st.write(output_df)
59
 
60
  # Download button for Excel file
61
+ # st.download_button(label="Download Excel", data=output_df.to_excel(), file_name='crime_data_output.xlsx', mime='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet')