Mpodszus commited on
Commit
893271c
·
verified ·
1 Parent(s): 553dc41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -161,9 +161,10 @@ with gr.Blocks(title=title) as demo:
161
 
162
  gr.Examples(
163
  [
164
- ["Guest Services", "Upper Upscale", 4.1, 3.7, 3.9, 4.2, 4.4, 4.3],
165
- ["Food and Beverage", "Upper Upscale", 3.9, 3.7, 4.1, 4.3, 4.5, 4.4],
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],