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