mimi111222 commited on
Commit
98d2dca
·
verified ·
1 Parent(s): 8a690e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, use_column_width=True)
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:**")