Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -811,7 +811,7 @@ with st.expander("📈 Detailed Metrics & Confusion Matrix"):
|
|
| 811 |
with col_matrix:
|
| 812 |
if st.session_state.cm_plot_cached is None:
|
| 813 |
st.session_state.cm_plot_cached = generate_confusion_matrix_plot(model_info["confusion_matrix"])
|
| 814 |
-
st.image(st.session_state.cm_plot_cached,
|
| 815 |
|
| 816 |
with col_report:
|
| 817 |
st.markdown("**📊 Classification Report:**")
|
|
|
|
| 811 |
with col_matrix:
|
| 812 |
if st.session_state.cm_plot_cached is None:
|
| 813 |
st.session_state.cm_plot_cached = generate_confusion_matrix_plot(model_info["confusion_matrix"])
|
| 814 |
+
st.image(st.session_state.cm_plot_cached, use_container_width=True)
|
| 815 |
|
| 816 |
with col_report:
|
| 817 |
st.markdown("**📊 Classification Report:**")
|