Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -123,7 +123,7 @@ def hla_block(person: str, key_prefix: str, enabled: bool):
|
|
| 123 |
sidebar()
|
| 124 |
|
| 125 |
st.title("👤 Individual Patient Risk Prediction")
|
| 126 |
-
st.caption("
|
| 127 |
|
| 128 |
|
| 129 |
# Ensure this exists so add_predictions() can join safely
|
|
|
|
| 123 |
sidebar()
|
| 124 |
|
| 125 |
st.title("👤 Individual Patient Risk Prediction")
|
| 126 |
+
st.caption("Enter recipient, donor, and transplant variables including HLA alleles to generate individualized risk estimates")
|
| 127 |
|
| 128 |
|
| 129 |
# Ensure this exists so add_predictions() can join safely
|