rasmodev commited on
Commit
c7a93a0
·
verified ·
1 Parent(s): 4e1803a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: