xf3227 commited on
Commit
b6d83f4
·
verified ·
1 Parent(s): e095c79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ if 'input_text' not in st.session_state:
56
  st.session_state.input_text = ""
57
 
58
  # section 1
59
- st.markdown("#### About ADRD")
60
  st.markdown("Differential diagnosis of dementia remains a challenge in neurology due to symptom overlap across etiologies, yet it is crucial for formulating early, personalized management strategies. Here, we present an AI model that harnesses a broad array of data, including demographics, individual and family medical history, medication use, neuropsychological assessments, functional evaluations, and multimodal neuroimaging, to identify the etiologies contributing to dementia in individuals.")
61
 
62
  # section 2
 
56
  st.session_state.input_text = ""
57
 
58
  # section 1
59
+ st.markdown("#### About")
60
  st.markdown("Differential diagnosis of dementia remains a challenge in neurology due to symptom overlap across etiologies, yet it is crucial for formulating early, personalized management strategies. Here, we present an AI model that harnesses a broad array of data, including demographics, individual and family medical history, medication use, neuropsychological assessments, functional evaluations, and multimodal neuroimaging, to identify the etiologies contributing to dementia in individuals.")
61
 
62
  # section 2