annikwag commited on
Commit
bf862a6
·
verified ·
1 Parent(s): fe7ef48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ if show_exact_matches:
253
 
254
  # Format the year range
255
  start_year_str = f"{int(round(float(start_year)))}" if start_year else "Unknown"
256
- end_year_str = f"{int(round(float(end_year_)))}" if end_year_ else "Unknown"
257
 
258
  # Build the final string
259
  if matched_countries:
 
253
 
254
  # Format the year range
255
  start_year_str = f"{int(round(float(start_year)))}" if start_year else "Unknown"
256
+ end_year_str = f"{int(round(float(end_year)))}" if end_year else "Unknown"
257
 
258
  # Build the final string
259
  if matched_countries: