alokkbh26 commited on
Commit
2c30e99
·
1 Parent(s): f1fb5fc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def set_page_background(png_file):
32
  st.markdown(custom_css, unsafe_allow_html=True)
33
 
34
  set_page_background("./BG.jpg")
35
- st.title("Stages of Alzheimer's Disease Prediction")
36
 
37
  st.markdown("[Dataset Source](https://www.kaggle.com/datasets/tourist55/alzheimers-dataset-4-class-of-images)")
38
 
 
32
  st.markdown(custom_css, unsafe_allow_html=True)
33
 
34
  set_page_background("./BG.jpg")
35
+ st.title("Stages of Alzheimer's Disease (AD) Prediction")
36
 
37
  st.markdown("[Dataset Source](https://www.kaggle.com/datasets/tourist55/alzheimers-dataset-4-class-of-images)")
38