FerdiErs commited on
Commit
ae0c8dc
·
1 Parent(s): e167341

Update eda.py

Browse files
Files changed (1) hide show
  1. eda.py +6 -0
eda.py CHANGED
@@ -24,6 +24,12 @@ def run():
24
  image = Image.open('gaji.jpg')
25
  st.image(image, caption ='SALARY')
26
 
 
 
 
 
 
 
27
  # Menambahkan Deskripsi
28
  st.write('This page is created to show the visualization of the dataset')
29
 
 
24
  image = Image.open('gaji.jpg')
25
  st.image(image, caption ='SALARY')
26
 
27
+ #description
28
+ st.write('The goals of this salary estimator')
29
+ st.write('as a data scientist i want to know if im getting the decent salary from the company, so i created this machine learning model to predict salary for jobs in data world.')
30
+ st.write('I hope with this salary estimator can help fellas data to see if they also get a decent salary or not')
31
+ st.markdown('---')
32
+
33
  # Menambahkan Deskripsi
34
  st.write('This page is created to show the visualization of the dataset')
35