bs3va commited on
Commit
8d7ce1f
Β·
verified Β·
1 Parent(s): a1d84e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -48,6 +48,7 @@ def main_func(GM3, WorkEnv3, WellBeing2, GM2, JobSecurity, WellBeing1):
48
  return {"Leave": float(prob[0][0]), "Stay": 1-float(prob[0][0])}, local_plot
49
 
50
  with gr.Blocks(title="🌟 Intent to Stay Prediction") as demo:
 
51
  gr.Markdown("# 🌟 Employee Retention Predictor")
52
  gr.Markdown("Predict if an employee will **Stay** or **Leave** based on key workplace factors.")
53
  gr.Markdown("---")
 
48
  return {"Leave": float(prob[0][0]), "Stay": 1-float(prob[0][0])}, local_plot
49
 
50
  with gr.Blocks(title="🌟 Intent to Stay Prediction") as demo:
51
+ gr.Image("https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.pngall.com%2Fhilton-logo-png%2Fdownload%2F159791%2F&psig=AOvVaw2hJd8RaffTyGZCXNf3-b60&ust=1741470366181000&source=images&cd=vfe&opi=89978449&ved=0CBcQjhxqFwoTCJijuuv4-IsDFQAAAAAdAAAAABBA", elem_id="banner")
52
  gr.Markdown("# 🌟 Employee Retention Predictor")
53
  gr.Markdown("Predict if an employee will **Stay** or **Leave** based on key workplace factors.")
54
  gr.Markdown("---")