sjalbright commited on
Commit
cd84565
·
verified ·
1 Parent(s): 6feeae4

Update app.py

Browse files

![Hilton-Logo.png](https://cdn-uploads.huggingface.co/production/uploads/67a2a1b7cfdd6c9f7fa6359f/b1eeV4z6_mLNUGGRa4Pb9.png)

Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -107,19 +107,19 @@ def main_func(WellBeing, SupportiveGM, Engagement, Workload, WorkEnvironment, Me
107
  # UI Setup
108
  with gr.Blocks() as demo:
109
  gr.Markdown("""
110
- <div style="display: flex; justify-content: center; align-items: center;">
111
- <img src="https://logos-world.net/wp-content/uploads/2021/02/Hilton-Logo.png" width="250px">
112
- </div>
 
113
  """)
114
  gr.Markdown("<h1 style='color: #0057B8;'>Hilton Team Member Retention Predictor</h1>")
115
  gr.Markdown("""
116
  <div style='font-size: 20px; color: #0057B8;'>
117
- ✨ <b>Welcome to Hilton’s Employee Retention Predictor</b><br>
118
- This tool helps <b>HR leaders & managers</b> assess <b>team member engagement</b>
119
- and predict <b>turnover risk</b> using AI-powered insights.<br>
120
- 🔍 <b>See what factors drive retention & make data-driven decisions.</b>
121
  </div>
122
- """)
123
 
124
  # Dropdown for Employee Profiles
125
  profile_dropdown = gr.Dropdown(choices=list(employee_profiles.keys()), label="Select Employee Profile")
 
107
  # UI Setup
108
  with gr.Blocks() as demo:
109
  gr.Markdown("""
110
+ <div style="display: flex; justify-content: center; align-items: center;">
111
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/67a2a1b7cfdd6c9f7fa6359f/b1eeV4z6_mLNUGGRa4Pb9.png"
112
+ alt="Hilton Logo" width="250px">
113
+ </div>
114
  """)
115
  gr.Markdown("<h1 style='color: #0057B8;'>Hilton Team Member Retention Predictor</h1>")
116
  gr.Markdown("""
117
  <div style='font-size: 20px; color: #0057B8;'>
118
+ ✨ <b>Welcome to Hilton’s Employee Retention Predictor</b><br>
119
+ This tool helps <b>Sales & Marketing leaders and Front Office Operations teams</b>—The Face of Hilton—
120
+ assess <b>team member engagement</b> and predict <b>turnover risk</b> using AI-powered insights.<br>
121
+ 🔍 <b>Understand what drives retention and make data-driven decisions to keep top talent.</b>
122
  </div>
 
123
 
124
  # Dropdown for Employee Profiles
125
  profile_dropdown = gr.Dropdown(choices=list(employee_profiles.keys()), label="Select Employee Profile")