Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
| 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("---")
|