Anthony-Ml commited on
Commit
a2d2814
1 Parent(s): 9a646f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -18,10 +18,10 @@ head = (
18
  "!!!PLEASE NOTE MODEL WAS TRAINED and VALIDATED USING PNG FILES!!!"
19
  "</h3>"
20
  "</center>"
21
- "<p>"
22
- "The model is trained using"
23
- "</p>"
24
- "<a href='https://www.kaggle.com/datasets/anasmohammedtahir/covidqu'>COVID-QU-Ex dataset</a>"
25
  "<p>"
26
  "The researchers of Qatar University compiled COVID-QU-Ex dataset, which consists of 33,920 chest X-ray (CXR) images including:"
27
  "</p>"
@@ -37,7 +37,7 @@ head = (
37
  "</li>"
38
  "</ul>"
39
  "<p>"
40
- "This is the largest ever created lung mask dataset, that I am aware of publicly available today(25/10/2023)."
41
  "</p>"
42
  "</body>"
43
  )
 
18
  "!!!PLEASE NOTE MODEL WAS TRAINED and VALIDATED USING PNG FILES!!!"
19
  "</h3>"
20
  "</center>"
21
+
22
+ "<b>"
23
+ "<a href='https://www.kaggle.com/datasets/anasmohammedtahir/covidqu'>The model is trained using COVID-QU-Ex dataset</a>"
24
+ "</b>"
25
  "<p>"
26
  "The researchers of Qatar University compiled COVID-QU-Ex dataset, which consists of 33,920 chest X-ray (CXR) images including:"
27
  "</p>"
 
37
  "</li>"
38
  "</ul>"
39
  "<p>"
40
+ "Thanks to Kaggle & KaggleX, this is the largest ever created lung mask dataset, that I am aware of publicly available as of October 2023."
41
  "</p>"
42
  "</body>"
43
  )