Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 111 |
gr.Markdown("""
|
| 112 |
<div style="display: flex; justify-content: center; align-items: center;">
|
| 113 |
-
<img src="file=assets/
|
| 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>")
|