HMC83 commited on
Commit
4ed1f95
·
verified ·
1 Parent(s): e376bad

Update app.py

Browse files

Adding more examples

Files changed (1) hide show
  1. app.py +27 -1
app.py CHANGED
@@ -37,7 +37,33 @@ FOI_COMBINATIONS = [
37
  {"authority": "Brighton and Hove Council", "keywords": "seafront, event licensing, revenue generation"},
38
  {"authority": "Chester West Council", "keywords": "tourism, marketing spend, economic impact"},
39
  {"authority": "Durham County Council", "keywords": "mining subsidence, compensation claims, repair costs"},
40
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ]
42
 
43
  # Create lists for the spinning animation from the combinations above
 
37
  {"authority": "Brighton and Hove Council", "keywords": "seafront, event licensing, revenue generation"},
38
  {"authority": "Chester West Council", "keywords": "tourism, marketing spend, economic impact"},
39
  {"authority": "Durham County Council", "keywords": "mining subsidence, compensation claims, repair costs"},
40
+ {"authority": "Warwickshire Police", "keywords": "police stations, closure plans, public consultations"},
41
+ {"authority": "West Mercia Police", "keywords": "cybercrime, investigation resources, training costs"},
42
+ {"authority": "Environment Agency", "keywords": "flood defenses, maintenance spending, effectiveness assessments"},
43
+ {"authority": "Historic England", "keywords": "listed buildings, consent applications, enforcement cases"},
44
+ {"authority": "Highways England", "keywords": "motorway maintenance, contractor payments, performance indicators"},
45
+ {"authority": "Network Rail", "keywords": "signal failures, delay minutes, compensation costs"},
46
+ {"authority": "Civil Aviation Authority", "keywords": "airline complaints, resolution times, enforcement action"},
47
+ {"authority": "Maritime and Coastguard Agency", "keywords": "rescue operations, helicopter costs, response times"},
48
+ {"authority": "Planning Inspectorate", "keywords": "appeal decisions, processing times, outcome statistics"},
49
+ {"authority": "Ofgem", "keywords": "energy company, penalties imposed, consumer complaints"},
50
+ {"authority": "Ofwat", "keywords": "water companies, price reviews, performance monitoring"},
51
+ {"authority": "Ofcom", "keywords": "broadcasting complaints, investigation procedures, penalty decisions"},
52
+ {"authority": "Financial Conduct Authority", "keywords": "financial services, enforcement cases, penalty amounts"},
53
+ {"authority": "Competition and Markets Authority", "keywords": "merger investigations, market studies, intervention costs"},
54
+ {"authority": "Gambling Commission", "keywords": "license suspensions, operator penalties, compliance monitoring"},
55
+ {"authority": "Information Commissioner's Office", "keywords": "data breaches, penalty notices, investigation outcomes"},
56
+ {"authority": "Electoral Commission", "keywords": "campaign spending, compliance checks, penalty procedures"},
57
+ {"authority": "HM Revenue and Customs", "keywords": "tax investigations, recovery amounts, compliance costs"},
58
+ {"authority": "HM Treasury", "keywords": "departmental budgets, spending reviews, efficiency targets"},
59
+ {"authority": "Cabinet Office", "keywords": "government consultancy, external advisors, procurement costs"},
60
+ {"authority": "Home Office", "keywords": "immigration appeals, processing times, detention costs"},
61
+ {"authority": "Department for Transport", "keywords": "railway subsidies, franchise performance, punctuality targets"},
62
+ {"authority": "Department for Education", "keywords": "academy conversions, funding allocations, performance data"},
63
+ {"authority": "Department for Work and Pensions", "keywords": "benefit sanctions, appeal success, administrative costs"},
64
+ {"authority": "Department of Health", "keywords": "NHS funding, allocation formulas, performance targets"},
65
+ {"authority": "Department for Environment", "keywords": "environmental fines, pollution incidents, enforcement costs"},
66
+
67
  ]
68
 
69
  # Create lists for the spinning animation from the combinations above