Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ st.markdown("Links:\n* Paper: [https://www.nature.com/articles/s41591-024-03118-
|
|
15 |
|
16 |
# section 2
|
17 |
st.markdown("#### Demo")
|
18 |
-
st.markdown("This Hugging Face Space is published for demonstration purposes. Users can input over 300 clinical entries to assess
|
19 |
st.markdown("To use the demo:\n* Provide input features in the form below. Feature missing is allowed.\n* Click the \"**RANDOM EXAMPLE**\" button to populate the form with a randomly selected datapoint.\n* Use the \"**PREDICT**\" button to submit all input features for assessment, then the predictions will be posted in a table.")
|
20 |
|
21 |
# load model
|
|
|
15 |
|
16 |
# section 2
|
17 |
st.markdown("#### Demo")
|
18 |
+
st.markdown("This Hugging Face Space is published for demonstration purposes. Users can input over 300 clinical entries to assess the etiologies contributing to cognitive impairment. However, due to the computational power limitations of the Hugging Face free tier, imaging features and Shapley values analysis are not supported. For the full implementation, please refer to our GitHub repository.")
|
19 |
st.markdown("To use the demo:\n* Provide input features in the form below. Feature missing is allowed.\n* Click the \"**RANDOM EXAMPLE**\" button to populate the form with a randomly selected datapoint.\n* Use the \"**PREDICT**\" button to submit all input features for assessment, then the predictions will be posted in a table.")
|
20 |
|
21 |
# load model
|