fazrinmuh commited on
Commit
5997972
1 Parent(s): 4673d94

Update eda.py

Browse files
Files changed (1) hide show
  1. eda.py +3 -3
eda.py CHANGED
@@ -6,10 +6,10 @@ from PIL import Image
6
 
7
  def run():
8
  # Set Title
9
- st.title('BRAIN MRI VISUALIZATION')
10
 
11
  # memasukkan gambar
12
- st.image ('https://cdn.systematic.com/media/g0sj1tbg/hospital-building-001-global.jpg?mode=crop&width=1200&height=630&center=')
13
 
14
  # menampilkan EDA
15
  st.markdown('## Exploratory Data Analysis (EDA)')
@@ -17,7 +17,7 @@ def run():
17
 
18
 
19
  # EDA 1
20
- st.markdown("<h3 style='text-align: center;'>Gambar MRI</h3>", unsafe_allow_html=True)
21
 
22
  image = Image.open('EDA3.png')
23
  st.image(image)
 
6
 
7
  def run():
8
  # Set Title
9
+ st.title('Pneumonia X-Rays Visualization')
10
 
11
  # memasukkan gambar
12
+ st.image ('https://static.vecteezy.com/system/resources/previews/005/259/113/non_2x/diagnosing-pneumonia-word-concepts-banner-blood-tests-infographics-with-linear-icons-on-turquoise-background-isolated-creative-typography-outline-color-illustration-with-text-vector.jpg')
13
 
14
  # menampilkan EDA
15
  st.markdown('## Exploratory Data Analysis (EDA)')
 
17
 
18
 
19
  # EDA 1
20
+ st.markdown("<h3 style='text-align: center;'>Pneunomia X-Rays</h3>", unsafe_allow_html=True)
21
 
22
  image = Image.open('EDA3.png')
23
  st.image(image)