Spaces:
Running
Running
Update app.py
Browse files
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",
|