Update eda.py
Browse files
eda.py
CHANGED
@@ -6,10 +6,10 @@ from PIL import Image
|
|
6 |
|
7 |
def run():
|
8 |
# Set Title
|
9 |
-
st.title('
|
10 |
|
11 |
# memasukkan gambar
|
12 |
-
st.image ('https://
|
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;'>
|
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)
|