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