Alok Bhattarai commited on
Commit
5fadd50
·
1 Parent(s): d5ed229

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def set_page_background(png_file):
31
  '''
32
  st.markdown(custom_css, unsafe_allow_html=True)
33
 
34
- set_page_background("./technology-network-background-connection-cyber-space-ai-generative.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)")
 
31
  '''
32
  st.markdown(custom_css, unsafe_allow_html=True)
33
 
34
+ #set_page_background("./technology-network-background-connection-cyber-space-ai-generative.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)")