Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ 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/HiltonLogoUpdated.png" alt="Hilton Logo" width="250px">
|
|
|
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">
|