Anthony-Ml commited on
Commit
0213e5c
1 Parent(s): d03deea

Update app.py

Browse files

Changed the text

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,7 +25,7 @@ head = (
25
  "</center>"
26
  "<p>"
27
  "<b>""<a href='https://www.kaggle.com/datasets/anasmohammedtahir/covidqu'>The model is trained using COVID-QU-Ex dataset</a>""</b>"
28
- " that the researchers from Qatar University compiled,that consists of 33,920 chest X-ray (CXR) images including:"
29
  "</p>"
30
  "<ul>"
31
  "<li>"
@@ -39,7 +39,7 @@ head = (
39
  "</li>"
40
  "</ul>"
41
  "<p>"
42
- "Thanks to Kaggle & KaggleX, this is the largest ever created lung mask dataset, that I am aware of publicly available as of October 2023."
43
  "</p>"
44
  "</body>"
45
  )
 
25
  "</center>"
26
  "<p>"
27
  "<b>""<a href='https://www.kaggle.com/datasets/anasmohammedtahir/covidqu'>The model is trained using COVID-QU-Ex dataset</a>""</b>"
28
+ " that the researchers from Qatar University compiled. THe Dataset consists of 33,920 chest X-ray (CXR) images:"
29
  "</p>"
30
  "<ul>"
31
  "<li>"
 
39
  "</li>"
40
  "</ul>"
41
  "<p>"
42
+ "Thanks to Kaggle & KaggleX, this is the largest ever created lung xray dataset, that I am aware of, publicly available as of October 2023."
43
  "</p>"
44
  "</body>"
45
  )