Update app.py
Browse files
app.py
CHANGED
@@ -21,11 +21,11 @@ def predict(img):
|
|
21 |
title = "Breast cancer detection with Deep Transfer Learning(ResNet18)."
|
22 |
description = """
|
23 |
<p style='text-align: center'>
|
|
|
24 |
<b>As a radiologist or oncologist, it is crucial to know what is wrong with a breast x-ray image.</b><br>
|
25 |
<b>Upload the breast X-ray image to know what is wrong with a patient's breast with or without implant.</b><br>
|
26 |
-
This is a product of
|
27 |
-
<
|
28 |
-
Learn more about me: <a href='https://www.linkedin.com/in/fosberg-addai-53a6991a7/' target='_blank' style='color: blue;'>Fosberg Addai</a>
|
29 |
</p>
|
30 |
"""
|
31 |
article = "<p style='text-align: center'>Web app is built and managed by Addai Fosberg</p>"
|
|
|
21 |
title = "Breast cancer detection with Deep Transfer Learning(ResNet18)."
|
22 |
description = """
|
23 |
<p style='text-align: center'>
|
24 |
+
<b>Efficient and Explainable Framework for Breast Cancer Detect and Diagnose By SANA ABDALJILI</b><be>
|
25 |
<b>As a radiologist or oncologist, it is crucial to know what is wrong with a breast x-ray image.</b><br>
|
26 |
<b>Upload the breast X-ray image to know what is wrong with a patient's breast with or without implant.</b><br>
|
27 |
+
This is a product of project of software intelligence courses under professor Prof. Tiejian Luo
|
28 |
+
<br>
|
|
|
29 |
</p>
|
30 |
"""
|
31 |
article = "<p style='text-align: center'>Web app is built and managed by Addai Fosberg</p>"
|