Spaces:
Running
Running
Rename src/streamlit_app.py to src/Clinical_Risk_Assessment_Tool.py
Browse files
src/{streamlit_app.py → Clinical_Risk_Assessment_Tool.py}
RENAMED
|
@@ -112,7 +112,7 @@ def hla_block(person: str, key_prefix: str, enabled: bool):
|
|
| 112 |
# Initialize sidebar (model/target/threshold defaults etc.)
|
| 113 |
sidebar()
|
| 114 |
|
| 115 |
-
st.title("👤
|
| 116 |
st.caption("Enter patient + donor + transplant details to get predicted risk with the selected model.")
|
| 117 |
|
| 118 |
|
|
|
|
| 112 |
# Initialize sidebar (model/target/threshold defaults etc.)
|
| 113 |
sidebar()
|
| 114 |
|
| 115 |
+
st.title("👤 Enter_Patient_Data_for_Risk_Prediction")
|
| 116 |
st.caption("Enter patient + donor + transplant details to get predicted risk with the selected model.")
|
| 117 |
|
| 118 |
|