diff --git a/app.py b/app.py index 12949fc..bd288eb 100644 --- a/app.py +++ b/app.py @@ -930,7 +930,7 @@ def detect_template(text): return "ROBERTSON" if "landing report" in t and "carcon cargo" in t: - return "SGS" + return "CARGO CONTROL" if "pacific inspection company" in t or "picl-bd.com" in t: return "PICL"