Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -151,9 +151,9 @@ with gr.Blocks(title=title) as demo:
|
|
151 |
|
152 |
gr.Examples(
|
153 |
[
|
154 |
-
["Guest Services", "Upper Upscale",
|
155 |
-
["Food and Beverage", "Upper Upscale", 3.
|
156 |
-
["Housekeeping", "Upper Upscale",
|
157 |
],
|
158 |
[Department, ChainScale, SupportiveGM, Merit, LearningDevelopment, WorkEnvironment, Engagement, WellBeing],
|
159 |
[label, local_plot],
|
|
|
151 |
|
152 |
gr.Examples(
|
153 |
[
|
154 |
+
["Guest Services", "Upper Upscale", 4.1, 3.7, 3.9, 4.2, 4.4, 4.3],
|
155 |
+
["Food and Beverage", "Upper Upscale", 3.9, 3.7, 4.1, 4.3, 4.5, 4.4],
|
156 |
+
["Housekeeping", "Upper Upscale", 4.3, 4.0, 4.3, 4.4, 4.5, 4.4]
|
157 |
],
|
158 |
[Department, ChainScale, SupportiveGM, Merit, LearningDevelopment, WorkEnvironment, Engagement, WellBeing],
|
159 |
[label, local_plot],
|