Meera2602 commited on
Commit
ec76c10
1 Parent(s): e3ec137

changes in app.py for cd demo

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -94,13 +94,13 @@ if choice == "Performance Measures":
94
 
95
  st.title("Model 1")
96
  annotated_text(("Best Model 1", "Random Forest Classifier"))
97
- st.image("reports/model1.png")
98
 
99
 
100
 
101
  st.title("Model 2")
102
- annotated_text(("Best Model 1", "Random Forest Classifier"))
103
- st.image("reports/model2.png")
104
 
105
 
106
 
 
94
 
95
  st.title("Model 1")
96
  annotated_text(("Best Model 1", "Random Forest Classifier"))
97
+ st.image("reports/model1n.png")
98
 
99
 
100
 
101
  st.title("Model 2")
102
+ annotated_text(("Best Model 2", "Random Forest Classifier-registered"))
103
+ st.image("reports/model2n.png")
104
 
105
 
106