delete mark

This commit is contained in:
Debby
2026-04-07 11:48:41 +07:00
parent 7ccc3ea35d
commit 327768cc01

View File

@@ -285,13 +285,13 @@ def _build_narrative(row: pd.Series) -> str:
if performance == "Good": if performance == "Good":
perf_phrase = ( perf_phrase = (
f"The region achieved a normalized score of {score_str}, " f"The region achieved a normalized score of {score_str}, "
f"classified as Good performance meeting the 60-point threshold " f"classified as Good performance meeting the 60-point threshold "
f"under the {framework} framework ({pillar} pillar)." f"under the {framework} framework ({pillar} pillar)."
) )
elif performance == "Bad": elif performance == "Bad":
perf_phrase = ( perf_phrase = (
f"The region recorded a normalized score of {score_str}, " f"The region recorded a normalized score of {score_str}, "
f"classified as Bad performance falling below the 60-point threshold " f"classified as Bad performance falling below the 60-point threshold "
f"under the {framework} framework ({pillar} pillar)." f"under the {framework} framework ({pillar} pillar)."
) )
else: else: