Skip to content

Commit

Permalink
vaccination text
Browse files Browse the repository at this point in the history
  • Loading branch information
paigemiller authored Dec 20, 2024
1 parent 331d22a commit 2bb6b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def summarize_scenario(

st.header(f"*{params['scenario_title']}*")

prop_vax_help = f"Based on allocated doses, what percent of each group is successfully immune? In the counter factual scenario, we assume no vaccines are administered. Vaccination of 100% does not guarantee complete immunity if VE is less than 1. VE is {params['ve']}"
prop_vax_help = f"Based on allocated doses, what percent of each group is vaccinated? In the counter factual scenario, we assume no vaccines are administered. Vaccination of 100% does not guarantee complete immunity if VE is less than 1. VE is {params['ve']}"
st.subheader("\% of each group vaccinated:", help=prop_vax_help)
st.dataframe(
(
Expand Down

0 comments on commit 2bb6b30

Please sign in to comment.