Skip to content

Commit

Permalink
Update streamlit_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
salmon-raye committed Jan 21, 2024
1 parent 1d9af1b commit b6cc94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
on_bp_meds = st.checkbox("Are you taking blood pressure medication?")
systolic_bp = st.number_input("Enter your last recorded systolic blood pressure (leave blank if not available)", min_value=50,max_value=300,value=None)

image = load_image()
image = load_image(ocr_model)

if st.button('Analyse my results'):
# Save test attributes
Expand Down

0 comments on commit b6cc94e

Please sign in to comment.