thomasht86 commited on
Commit
f434932
·
verified ·
1 Parent(s): 2034346

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. frontend/app.py +5 -3
frontend/app.py CHANGED
@@ -212,9 +212,11 @@ def SampleQueries():
212
  sample_queries = [
213
  "Total amount of fixed salaries paid in 2023?",
214
  "Proportion of female new hires 2021-2023?",
215
- "Value of unlisted real estate 2023?",
216
- "Fund currency basket returns 2023",
217
- "Employees per office site?",
 
 
218
  ]
219
 
220
  query_badges = []
 
212
  sample_queries = [
213
  "Total amount of fixed salaries paid in 2023?",
214
  "Proportion of female new hires 2021-2023?",
215
+ "Number of internship applications trend 2021-2023",
216
+ "Gender balance at level 4 or above in NY office 2023?",
217
+ "What percentage of the funds unlisted real estate investments were in Switzerland 2023?",
218
+ "child jumping over puddle",
219
+ "hula hoop kid",
220
  ]
221
 
222
  query_badges = []