rasmodev commited on
Commit
8f83d49
·
verified ·
1 Parent(s): 2fa1053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -151,6 +151,7 @@ def main():
151
 
152
  # Display characteristic-based recommendations
153
  st.subheader("Recommendations for Retaining The Employee 💡:")
 
154
  if job_satisfaction == 1 or environment_satisfaction == 1:
155
  st.markdown("- **Job and Environment Satisfaction**: Enhance job and environment satisfaction through initiatives such as recognition programs and improving workplace conditions.")
156
  if years_since_last_promotion > 5:
 
151
 
152
  # Display characteristic-based recommendations
153
  st.subheader("Recommendations for Retaining The Employee 💡:")
154
+ st.markdown("---")
155
  if job_satisfaction == 1 or environment_satisfaction == 1:
156
  st.markdown("- **Job and Environment Satisfaction**: Enhance job and environment satisfaction through initiatives such as recognition programs and improving workplace conditions.")
157
  if years_since_last_promotion > 5: