ccmscifair commited on
Commit
7f8d69d
·
verified ·
1 Parent(s): 030a1d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,9 +20,9 @@ article_text = article_text + "It is not medical advice. If you have medical co
20
  article_text = article_text + "You can upload an external eye photo and it will return an AI prediction of the probability of "
21
  article_text = article_text + "a corneal ulcer being present. This AI cornea ulcer classifier has 97% accuracy on both training and previously unseen test images."
22
  article_text = article_text + "Below are links to additional information about corneal ulcers: \n"
23
- article_text = article_text + "href='https://www.aao.org/eye-health/diseases/corneal-ulcer' \n"
24
- article_text = article_text + "href='https://my.clevelandclinic.org/health/diseases/22524-corneal-ulcer' \n"
25
- article_text = article_text + "href='https://www.pennmedicine.org/for-patients-and-visitors/patient-information/conditions-treated-a-to-z/corneal-ulcer' \n"
26
 
27
  article = article_text
28
  #article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
 
20
  article_text = article_text + "You can upload an external eye photo and it will return an AI prediction of the probability of "
21
  article_text = article_text + "a corneal ulcer being present. This AI cornea ulcer classifier has 97% accuracy on both training and previously unseen test images."
22
  article_text = article_text + "Below are links to additional information about corneal ulcers: \n"
23
+ article_text = article_text + "https://www.aao.org/eye-health/diseases/corneal-ulcer \n"
24
+ article_text = article_text + "https://my.clevelandclinic.org/health/diseases/22524-corneal-ulcer \n"
25
+ article_text = article_text + "https://www.pennmedicine.org/for-patients-and-visitors/patient-information/conditions-treated-a-to-z/corneal-ulcer \n"
26
 
27
  article = article_text
28
  #article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"