LCD displaying incorrect Count - Serial is correct

fixed the count limit issue with this:

if(count >= Limit){
digitalWrite(relay, LOW);
  lcd.setCursor(0,1);
    lcd.print("Empty & Reset");
  while(count >= Limit);