Update app.py
Browse files
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 |
|