Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +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.Image("https://
|
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("---")
|
|
|
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://1000logos.net/wp-content/uploads/2017/02/Font-Hilton-Logo.jpg", 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("---")
|