Mpodszus commited on
Commit
4e440e2
·
verified ·
1 Parent(s): 40f8030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks(title=title) as demo:
159
 
160
  gr.Examples(
161
  [
162
- ["Guest Service", "Upper Upscale", 4.1, 3.7, 3.9, 4.2, 4.4, 4.3],
163
  ["Food and Beverage", "Upper Upscale", 3.9, 3.7, 4.1, 4.3, 4.5, 4.4],
164
  ["Housekeeping", "Upper Upscale", 4.3, 4.0, 4.3, 4.4, 4.5, 4.4],
165
  ],
 
159
 
160
  gr.Examples(
161
  [
162
+ ["Guest Services", "Upper Upscale", 4.1, 3.7, 3.9, 4.2, 4.4, 4.3],
163
  ["Food and Beverage", "Upper Upscale", 3.9, 3.7, 4.1, 4.3, 4.5, 4.4],
164
  ["Housekeeping", "Upper Upscale", 4.3, 4.0, 4.3, 4.4, 4.5, 4.4],
165
  ],