sree4411 commited on
Commit
30eefb3
·
verified ·
1 Parent(s): 1ca4934

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with tab1:
38
 
39
  with st.expander("🎯 ROC-AUC Score"):
40
  st.markdown("Area under the ROC curve — plots **True Positive Rate** vs **False Positive Rate**.")
41
- st.image("https://upload.wikimedia.org/wikipedia/commons/6/6b/Roccurves.png", caption="ROC Curves Example", use_column_width=True)
42
  st.info("✔️ Best when evaluating probabilistic classifiers.")
43
 
44
  st.markdown("---")
 
38
 
39
  with st.expander("🎯 ROC-AUC Score"):
40
  st.markdown("Area under the ROC curve — plots **True Positive Rate** vs **False Positive Rate**.")
41
+ st.image("https://upload.wikimedia.org/wikipedia/commons/6/6b/Roccurves.png", caption="ROC Curves Example",use_container_width=True)
42
  st.info("✔️ Best when evaluating probabilistic classifiers.")
43
 
44
  st.markdown("---")