hsandvik00 sjalbright commited on
Commit
4aab73b
·
verified ·
1 Parent(s): e65170d

Update app.py (#8)

Browse files

- Update app.py (0d4886343b7e920a5f0c45f9b4889aba3a03bc40)


Co-authored-by: Sarah Albright <[email protected]>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,10 +107,10 @@ def main_func(WellBeing, SupportiveGM, Engagement, Workload, WorkEnvironment, Me
107
  # UI Setup
108
  with gr.Blocks() as demo:
109
 
110
- gr.Image("HiltonLogoUpdated.png")
111
  gr.Markdown("""
112
  <div style="display: flex; justify-content: center; align-items: center;">
113
- <img src="file=assets/HiltonLogoUpdated.png" alt="Hilton Logo" width="250px">
114
  </div>
115
  """)
116
  gr.Markdown("<h1 style='color: #0057B8;'>Hilton Team Member Retention Predictor</h1>")
 
107
  # UI Setup
108
  with gr.Blocks() as demo:
109
 
110
+ gr.Image("HiltonLogoSmall.jpg")
111
  gr.Markdown("""
112
  <div style="display: flex; justify-content: center; align-items: center;">
113
+ <img src="file=assets/HiltonLogoSmall.jpg" alt="Hilton Logo" width="250px">
114
  </div>
115
  """)
116
  gr.Markdown("<h1 style='color: #0057B8;'>Hilton Team Member Retention Predictor</h1>")