CosmickVisions commited on
Commit
3c337af
·
verified ·
1 Parent(s): a11a4d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1091,7 +1091,7 @@ elif app_mode == "Model Training":
1091
  )
1092
  st.plotly_chart(fig_importance, use_container_width=True)
1093
  except Exception as e:
1094
- st.warning((f"Could not display feature importance: {e}")
1095
 
1096
  # Explainable AI (Placeholder)
1097
  st.subheader("Explainable AI (XAI)")
 
1091
  )
1092
  st.plotly_chart(fig_importance, use_container_width=True)
1093
  except Exception as e:
1094
+ st.warning(f"Could not display feature importance: {e}")
1095
 
1096
  # Explainable AI (Placeholder)
1097
  st.subheader("Explainable AI (XAI)")