Gieorgie commited on
Commit
ccd23d9
1 Parent(s): 787b473

Update eda.py

Browse files
Files changed (1) hide show
  1. eda.py +2 -7
eda.py CHANGED
@@ -26,15 +26,13 @@ def run():
26
  #membuat sub header
27
  st.subheader('Employee Attrition Prediction EDA')
28
 
 
29
 
30
 
31
  # library pillow buat gambar
32
  image = Image.open('employee.jpg')
33
  st.markdown('---')
34
- st.image(image, caption=' "" ')
35
-
36
- # descripsi
37
- st.write('### Halaman ini berisi Eksplorasi Data ')
38
 
39
  # Membuat Garis lurus
40
  st.markdown('---')
@@ -46,9 +44,6 @@ def run():
46
  df = pd.read_csv('Main_Data.csv')
47
  st.dataframe(df.head(5))
48
 
49
- st.markdown('***')
50
- #barplot
51
- fig = plt.figure(figsize=(8,5))
52
 
53
 
54
  ###########################################
 
26
  #membuat sub header
27
  st.subheader('Employee Attrition Prediction EDA')
28
 
29
+ st.write('Created by: Gieorgie Kosasih')
30
 
31
 
32
  # library pillow buat gambar
33
  image = Image.open('employee.jpg')
34
  st.markdown('---')
35
+ st.image(image)
 
 
 
36
 
37
  # Membuat Garis lurus
38
  st.markdown('---')
 
44
  df = pd.read_csv('Main_Data.csv')
45
  st.dataframe(df.head(5))
46
 
 
 
 
47
 
48
 
49
  ###########################################