rasmodev commited on
Commit
004be1a
Β·
verified Β·
1 Parent(s): 8748300

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -15,7 +15,7 @@ unique_values = saved_components['unique_values']
15
  st.markdown(
16
  f"""
17
  <div style="text-align: center;">
18
- <h1 style="color: #800000;">πŸ‘¨β€πŸ’ΌπŸ‘©β€πŸ’Ό Employee Attrition Prediction App</h1>
19
  </div>
20
  """,
21
  unsafe_allow_html=True
@@ -57,6 +57,8 @@ st.sidebar.info(
57
  "It utilizes a CatBoost machine learning model trained on an employee attrition dataset."
58
  )
59
 
 
 
60
  # Define the Streamlit app
61
  def main():
62
  # Define layout with three columns
 
15
  st.markdown(
16
  f"""
17
  <div style="text-align: center;">
18
+ <h2 style="color: #ffffff;">πŸ‘¨β€πŸ’ΌπŸ‘©β€πŸ’Ό Employee Attrition Prediction App</h2>
19
  </div>
20
  """,
21
  unsafe_allow_html=True
 
57
  "It utilizes a CatBoost machine learning model trained on an employee attrition dataset."
58
  )
59
 
60
+
61
+
62
  # Define the Streamlit app
63
  def main():
64
  # Define layout with three columns