Synav commited on
Commit
49ab2e1
·
verified ·
1 Parent(s): 3241f31

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("👤 Individual Patient Prediction")
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