Spaces:
Build error
Build error
update
Browse files
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 |
|