Evan Derin Ihsanudin commited on
Commit
6e7d6ba
1 Parent(s): 70f53f2

edit_header

Browse files
Files changed (2) hide show
  1. eda.py +1 -1
  2. prediction.py +1 -1
eda.py CHANGED
@@ -10,7 +10,7 @@ from PIL import Image
10
 
11
  def run() :
12
  # Membuat Title
13
- st.markdown("<h1 style='text-align: center; color: white;'>Exploratory Data Analysis</h1>", unsafe_allow_html=True)
14
  st.write('Berikut adalah EDA dari setiap feature')
15
 
16
  # Import DF
 
10
 
11
  def run() :
12
  # Membuat Title
13
+ st.markdown("<h1 style='text-align: center;'>Exploratory Data Analysis</h1>", unsafe_allow_html=True)
14
  st.write('Berikut adalah EDA dari setiap feature')
15
 
16
  # Import DF
prediction.py CHANGED
@@ -13,7 +13,7 @@ with open('pipeline_xgb_opt', 'rb') as file_1:
13
 
14
  def run() :
15
  # Membuat Title
16
- st.markdown("<h1 style='text-align: center; color: white;'>Resign Prediction</h1>", unsafe_allow_html=True)
17
 
18
  # Menambahkan Deskripsi Form
19
  st.write('Page ini berisi model untuk memprediksi potensi resign karyawan dalam 2 tahun mendatang')
 
13
 
14
  def run() :
15
  # Membuat Title
16
+ st.markdown("<h1 style='text-align: center;'>Resign Prediction</h1>", unsafe_allow_html=True)
17
 
18
  # Menambahkan Deskripsi Form
19
  st.write('Page ini berisi model untuk memprediksi potensi resign karyawan dalam 2 tahun mendatang')