Update app.py
Browse files
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
|
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
|