Spaces:
Running
on
T4
Running
on
T4
Upload folder using huggingface_hub
Browse files- 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 |
-
"
|
216 |
-
"
|
217 |
-
"
|
|
|
|
|
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 = []
|