Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ if show_exact_matches:
|
|
231 |
countries = metadata.get('countries', "[]")
|
232 |
client_name = metadata.get('client', 'Unknown Client')
|
233 |
start_year = metadata.get('start_year', None)
|
234 |
-
|
235 |
|
236 |
try:
|
237 |
c_list = json.loads(countries.replace("'", '"'))
|
|
|
231 |
countries = metadata.get('countries', "[]")
|
232 |
client_name = metadata.get('client', 'Unknown Client')
|
233 |
start_year = metadata.get('start_year', None)
|
234 |
+
end_year = metadata.get('end_year', None)
|
235 |
|
236 |
try:
|
237 |
c_list = json.loads(countries.replace("'", '"'))
|