Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def main():
|
|
93 |
# Display characteristic-based recommendations
|
94 |
st.subheader("Recommendations for Retaining The Employee:")
|
95 |
if job_satisfaction == 1 or environment_satisfaction == 1:
|
96 |
-
st.markdown("- Enhance job and environment satisfaction through initiatives such as recognition programs and improving workplace conditions.")
|
97 |
if years_since_last_promotion > 5:
|
98 |
st.markdown("- Implement a transparent promotion policy and provide opportunities for career advancement.")
|
99 |
if years_with_curr_manager > 5:
|
|
|
93 |
# Display characteristic-based recommendations
|
94 |
st.subheader("Recommendations for Retaining The Employee:")
|
95 |
if job_satisfaction == 1 or environment_satisfaction == 1:
|
96 |
+
st.markdown("- **Job and Environment Satisfaction**: Enhance job and environment satisfaction through initiatives such as recognition programs and improving workplace conditions.")
|
97 |
if years_since_last_promotion > 5:
|
98 |
st.markdown("- Implement a transparent promotion policy and provide opportunities for career advancement.")
|
99 |
if years_with_curr_manager > 5:
|