Synav commited on
Commit
8a6baf9
·
verified ·
1 Parent(s): eaa285b

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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(""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
 
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