Mpodszus commited on
Commit
7965a1d
·
verified ·
1 Parent(s): ccb396a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -151,9 +151,9 @@ with gr.Blocks(title=title) as demo:
151
 
152
  gr.Examples(
153
  [
154
- ["Guest Services", "Upper Upscale", 2.5, 3.0, 2.8, 3.5, 4.0, 3.5],
155
- ["Food and Beverage", "Upper Upscale", 3.5, 4.0, 4.2, 4.5, 4.5, 4.2],
156
- ["Housekeeping", "Upper Upscale", 5.0, 4.8, 5.0, 4.7, 5.0, 4.8]
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],