Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ elif st.session_state.question_no == 10:
|
|
182 |
if out == 0:
|
183 |
st.markdown("""
|
184 |
<b>CONGRATS</b> You are not in risk of diabetes type 2
|
185 |
-
""")
|
186 |
else:
|
187 |
st.markdown("""
|
188 |
You are in risk of type 2 diabetes. We recommend you to visit doctor as soon as possible.
|
|
|
182 |
if out == 0:
|
183 |
st.markdown("""
|
184 |
<b>CONGRATS</b> You are not in risk of diabetes type 2
|
185 |
+
""", unsafe_allow_html = True)
|
186 |
else:
|
187 |
st.markdown("""
|
188 |
You are in risk of type 2 diabetes. We recommend you to visit doctor as soon as possible.
|