update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ st.set_page_config(layout="wide")
|
|
11 |
# section 1
|
12 |
st.markdown("#### About")
|
13 |
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.")
|
|
|
14 |
|
15 |
# section 2
|
16 |
st.markdown("#### Demo")
|
|
|
11 |
# section 1
|
12 |
st.markdown("#### About")
|
13 |
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.")
|
14 |
+
st.markdown("Links:\n* Paper: [https://www.nature.com/articles/s41591-024-03118-z](https://www.nature.com/articles/s41591-024-03118-z)\n* GitHub: [https://github.com/vkola-lab/nmed2024](https://github.com/vkola-lab/nmed2024)\n* Our lab: [https://www.bumc.bu.edu/compbiomed/labs/kolachalama-lab](https://www.bumc.bu.edu/compbiomed/labs/kolachalama-lab)")
|
15 |
|
16 |
# section 2
|
17 |
st.markdown("#### Demo")
|