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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -44,7 +44,6 @@ def generate_response():
44
  result.append({
45
  "Index": i,
46
  "Name": entry['name'],
47
- "Phone Number": entry['phoneNumber'],
48
  "EnqId": entry['enqId'],
49
  "Location": entry.get('location', ''),
50
  "classLocPref": entry.get('classLocPref', ''),
 
44
  result.append({
45
  "Index": i,
46
  "Name": entry['name'],
 
47
  "EnqId": entry['enqId'],
48
  "Location": entry.get('location', ''),
49
  "classLocPref": entry.get('classLocPref', ''),