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