Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|