ArturG9 commited on
Commit
2d79b9b
·
verified ·
1 Parent(s): 13c899b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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.image([r'lgbm_model_shap_evaluation.png','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
+ 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')