Update app.py
Browse files
app.py
CHANGED
@@ -120,4 +120,4 @@ if option == "Model information":
|
|
120 |
st.image(r'lgbm_model_shap_evaluation.png')
|
121 |
st.subheader("Confusion matrix of predictions made by a Light GradientBoost Classifier and it's ROC_Curve")
|
122 |
|
123 |
-
st.image([r'lgbm_model_shap_evaluation.png',
|
|
|
120 |
st.image(r'lgbm_model_shap_evaluation.png')
|
121 |
st.subheader("Confusion matrix of predictions made by a Light GradientBoost Classifier and it's ROC_Curve")
|
122 |
|
123 |
+
st.image([r'lgbm_model_shap_evaluation.png','lgbm_model_shap_evaluation.png'])
|