final changes to the ui

This commit is contained in:
Nicolò 2025-08-02 12:26:50 +02:00
parent 3418324060
commit f74f48d3f6
3 changed files with 15 additions and 29 deletions

View file

@ -12,7 +12,7 @@ PLANTVILLAGE_DIR = ".\plant_growth_data\images"
def determine_health_status(description: str) -> str:
illness_keywords = [
"disease", "wilt", "brown", "yellowing", "withered", "damage", "ill", "unhealthy"
"disease", "wilt", "wilted ", "brown", "yellowing", "withered", "damage", "ill", "unhealthy", "harmful", "fire", "coca cola"
]
healthy_keywords = [
"healthy", "vibrant", "green", "lush", "strong", "thriving", "fresh", "good condition"