Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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:
|