sigyllly commited on
Commit
78a302f
·
verified ·
1 Parent(s): d0e6104

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def generate_response():
47
  "EnqId": entry['enqId'],
48
  "Location": entry.get('location', ''),
49
  "classLocPref": entry.get('classLocPref', ''),
 
50
  "PostedOn": entry.get('postedOn', ''),
51
  })
52
 
 
47
  "EnqId": entry['enqId'],
48
  "Location": entry.get('location', ''),
49
  "classLocPref": entry.get('classLocPref', ''),
50
+ "categoryName": entry.get('categoryName', ''),
51
  "PostedOn": entry.get('postedOn', ''),
52
  })
53