ahmadluay commited on
Commit
75ce57e
1 Parent(s): 034aa96

Upload 2 files

Browse files
Files changed (1) hide show
  1. eda.py +2 -1
eda.py CHANGED
@@ -26,7 +26,8 @@ def run():
26
  st.image(image,caption = 'Heart Failure ilustration')
27
 
28
  # Menambahkan Deskripsi
29
- st.write('This page created by Ahmad Luay Adnani')
 
30
  st.write('# Dataset')
31
 
32
 
 
26
  st.image(image,caption = 'Heart Failure ilustration')
27
 
28
  # Menambahkan Deskripsi
29
+ st.write('**What is heart failure ?**')
30
+ st.write("Heart failure means that the heart is unable to pump blood around the body properly. It usually happens because the heart has become too weak or stiff. It's sometimes called congestive heart failure, although this name is not widely used now. Heart failure does not mean your heart has stopped working.")
31
  st.write('# Dataset')
32
 
33