Update app.py
Browse files
app.py
CHANGED
@@ -120,4 +120,10 @@ 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
col1, col2 = st.columns(2)
|
124 |
+
|
125 |
+
with col1:
|
126 |
+
st.image(r'lgbm_model_shap_evaluation.png')
|
127 |
+
|
128 |
+
with col2:
|
129 |
+
st.image(r'lgbm_model_shap_evaluation.png')
|