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 |
-
<h1 style="color: #800000;"
|
19 |
</div>
|
20 |
""",
|
21 |
unsafe_allow_html=True
|
|
|
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
|