Update app.py
Browse files
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 |
-
<
|
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
|