Update app.py
Browse files
app.py
CHANGED
|
@@ -40,4 +40,4 @@ However, many of these models face challenges with image segmentation, particula
|
|
| 40 |
This prototype seeks to improve upon existing machine learning models by incorporating the U-Net architecture, designed for precise image segmentation, to enhance the identification of cancerous cells in cervical samples, ultimately facilitating faster and more accurate diagnoses.
|
| 41 |
""")
|
| 42 |
|
| 43 |
-
st.sidebar.image("pages/Mapua-logo.png", width=
|
|
|
|
| 40 |
This prototype seeks to improve upon existing machine learning models by incorporating the U-Net architecture, designed for precise image segmentation, to enhance the identification of cancerous cells in cervical samples, ultimately facilitating faster and more accurate diagnoses.
|
| 41 |
""")
|
| 42 |
|
| 43 |
+
st.sidebar.image("pages/Mapua-logo.png", width=270)
|