rasmodev commited on
Commit
08b59fb
·
1 Parent(s): 9a9385e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -28,8 +28,7 @@ st.markdown(
28
  # Sepsis Information
29
  st.markdown(
30
  """
31
- 🩸 **Sepsis Overview:**
32
- Sepsis is a critical medical condition triggered by the body's extreme response to an infection. It can lead to organ failure and, if not detected early, poses a serious threat to life.
33
  """
34
  )
35
 
 
28
  # Sepsis Information
29
  st.markdown(
30
  """
31
+ **Sepsis** is a critical medical condition triggered by the body's extreme response to an infection. It can lead to organ failure and, if not detected early, poses a serious threat to life.
 
32
  """
33
  )
34