Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ elif st.session_state.question_no == 7:
|
|
159 |
if not is_number(height):
|
160 |
st.warning("Please enter valid input!!!!")
|
161 |
else:
|
162 |
-
st.session_state.height = float(height/100
|
163 |
st.session_state.question_no += 1
|
164 |
|
165 |
elif st.session_state.question_no == 8:
|
|
|
159 |
if not is_number(height):
|
160 |
st.warning("Please enter valid input!!!!")
|
161 |
else:
|
162 |
+
st.session_state.height = float(height)/100
|
163 |
st.session_state.question_no += 1
|
164 |
|
165 |
elif st.session_state.question_no == 8:
|