Update README.md
Browse files
README.md
CHANGED
|
@@ -113,7 +113,6 @@ try:
|
|
| 113 |
json_data = convert_to_json(answer)
|
| 114 |
except:
|
| 115 |
json_data = {'message': 'We encountered an issue with your query. Please use the Personalized Scan option for accurate results.'}
|
| 116 |
-
to_return = json_data.copy()
|
| 117 |
|
| 118 |
to_return = json_data.copy()
|
| 119 |
try:
|
|
|
|
| 113 |
json_data = convert_to_json(answer)
|
| 114 |
except:
|
| 115 |
json_data = {'message': 'We encountered an issue with your query. Please use the Personalized Scan option for accurate results.'}
|
|
|
|
| 116 |
|
| 117 |
to_return = json_data.copy()
|
| 118 |
try:
|