Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -161,9 +161,10 @@ with gr.Blocks(title=title) as demo:
|
|
161 |
|
162 |
gr.Examples(
|
163 |
[
|
164 |
-
["Guest
|
165 |
-
["Food and Beverage
|
166 |
-
["Housekeeping", "Upper Upscale", 4.3, 4.0, 4.3, 4.4, 4.5, 4.4]
|
|
|
167 |
],
|
168 |
[Department, ChainScale, SupportiveGM, Merit, LearningDevelopment, WorkEnvironment, Engagement, WellBeing],
|
169 |
[label, local_plot],
|
|
|
161 |
|
162 |
gr.Examples(
|
163 |
[
|
164 |
+
["Guest Service Employee", "Upper Upscale", 4.1, 3.7, 3.9, 4.2, 4.4, 4.3],
|
165 |
+
["Food and Beverage Employee, "Upper Upscale", 3.9, 3.7, 4.1, 4.3, 4.5, 4.4],
|
166 |
+
["Housekeeping Employee", "Upper Upscale", 4.3, 4.0, 4.3, 4.4, 4.5, 4.4]
|
167 |
+
["Guest Service Employee 2", "Upper Upscale", 5.0, 4.0, 4.3, 4.4, 5.0, 5.0]
|
168 |
],
|
169 |
[Department, ChainScale, SupportiveGM, Merit, LearningDevelopment, WorkEnvironment, Engagement, WellBeing],
|
170 |
[label, local_plot],
|