Synav commited on
Commit
2ffd3ab
·
verified ·
1 Parent(s): 97e42d7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +6 -0
src/streamlit_app.py CHANGED
@@ -379,6 +379,12 @@ if submitted:
379
  st.subheader("Prediction")
380
  st.dataframe(result_df, use_container_width=False, width=420)
381
 
 
 
 
 
 
 
382
  st.divider()
383
 
384
  st.markdown(
 
379
  st.subheader("Prediction")
380
  st.dataframe(result_df, use_container_width=False, width=420)
381
 
382
+ st.caption(
383
+ "Choose the appropriate model from the left panel based on the outcome you want to predict. "
384
+ "After the numbers, A = Acute GVHD, C = Chronic GVHD, G = Overall GVHD. "
385
+ "Example: 300126_11270A_model predicts Acute GVHD."
386
+ )
387
+
388
  st.divider()
389
 
390
  st.markdown(