saherPervaiz commited on
Commit
79f727b
·
verified ·
1 Parent(s): 9d542da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -150,14 +150,6 @@ if uploaded_file is not None:
150
  mime="text/csv"
151
  )
152
 
153
- # Excel
154
- st.download_button(
155
- label="Download as Excel",
156
- data=metrics_df.to_excel(index=False, engine='openpyxl'),
157
- file_name="model_report.xlsx",
158
- mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
159
- )
160
-
161
  # JSON
162
  st.download_button(
163
  label="Download as JSON",
 
150
  mime="text/csv"
151
  )
152
 
 
 
 
 
 
 
 
 
153
  # JSON
154
  st.download_button(
155
  label="Download as JSON",