awacke1 commited on
Commit
5a5819d
·
1 Parent(s): e066c54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,7 +46,8 @@ def get_patient_data(client):
46
 
47
  st.title("BMI Calculator")
48
 
49
- if smart.ready:
 
50
  st.write("SMART on FHIR connection successful!")
51
  st.write("Loading patient data...")
52
  height, weight = get_patient_data(smart)
 
46
 
47
  st.title("BMI Calculator")
48
 
49
+ #if smart.ready:
50
+ if (True==True):
51
  st.write("SMART on FHIR connection successful!")
52
  st.write("Loading patient data...")
53
  height, weight = get_patient_data(smart)