Jegree commited on
Commit
133fba6
·
verified ·
1 Parent(s): 03d2590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.