Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("---")
|