rasmodev commited on
Commit
52a7208
Β·
verified Β·
1 Parent(s): 1b02265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,9 +21,6 @@ st.markdown(
21
  unsafe_allow_html=True
22
  )
23
 
24
- # Main content
25
- st.image("https://www.aihr.com/wp-content/uploads/Reasons-for-Employee-Attrition.png")
26
-
27
  # Attrition Information
28
  st.markdown(
29
  """
@@ -34,6 +31,9 @@ st.markdown(
34
  # Link to Detailed Article on Employee Attrition
35
  st.markdown("πŸ”— **Learn more about employee attrition from [Academy to Innovate HR (AIHR)](https://www.aihr.com/wp-content/uploads/Reasons-for-Employee-Attrition.png)**")
36
 
 
 
 
37
  st.markdown("---")
38
 
39
  # Additional Information for Sample Prediction
 
21
  unsafe_allow_html=True
22
  )
23
 
 
 
 
24
  # Attrition Information
25
  st.markdown(
26
  """
 
31
  # Link to Detailed Article on Employee Attrition
32
  st.markdown("πŸ”— **Learn more about employee attrition from [Academy to Innovate HR (AIHR)](https://www.aihr.com/wp-content/uploads/Reasons-for-Employee-Attrition.png)**")
33
 
34
+ # Main content
35
+ st.image("https://www.aihr.com/wp-content/uploads/Reasons-for-Employee-Attrition.png")
36
+
37
  st.markdown("---")
38
 
39
  # Additional Information for Sample Prediction