VikramSingh178 commited on
Commit
c824f4a
·
1 Parent(s): 3f9c93e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.set_page_config(page_title="Select Diagnosis", layout="centered")
10
  st.title("Medical Diagnosis App")
11
 
12
  st.markdown("")
13
- st.markdown("<li> Currently Brain Tumors , Xrays and Skin Leison Analysis are ready for diagnosis </li>"
14
  "<li>The Models also explain what area in the images is the cause of diagnosis </li>"
15
  "<li>Currently the models are trained on a small dataset and will be trained on a larger dataset in the future</li>"
16
  '<li> The Application also provides generated information on how to diagnose the disease and what should the patient do in that case</li>'
 
10
  st.title("Medical Diagnosis App")
11
 
12
  st.markdown("")
13
+ st.markdown("<li> Currently Brain Tumors , Xrays and Skin Leisons are ready for diagnosis </li>"
14
  "<li>The Models also explain what area in the images is the cause of diagnosis </li>"
15
  "<li>Currently the models are trained on a small dataset and will be trained on a larger dataset in the future</li>"
16
  '<li> The Application also provides generated information on how to diagnose the disease and what should the patient do in that case</li>'