Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ import json
|
|
41 |
|
42 |
# Streamlit user interface
|
43 |
def app():
|
44 |
-
st.title("
|
45 |
activity = st.text_input("Exercise activity")
|
46 |
category = st.selectbox("Exercise aerobic category", ["", "Aerobic", "Anaerobic"])
|
47 |
calories = st.number_input("Calories burned (Machine estimate)", min_value=0, step=1)
|
|
|
41 |
|
42 |
# Streamlit user interface
|
43 |
def app():
|
44 |
+
st.title("SMART FHIR Assessment - Exercise")
|
45 |
activity = st.text_input("Exercise activity")
|
46 |
category = st.selectbox("Exercise aerobic category", ["", "Aerobic", "Anaerobic"])
|
47 |
calories = st.number_input("Calories burned (Machine estimate)", min_value=0, step=1)
|