Please help Simple code for Push to text for OLED i2c

If one of your sensors is LOW, you display the message but your other two if() statements to test the other inputs for LOW are false so the else() portion executes, which clears the display. If you only want one of those messages, you should make it a series of if/else if/ statements rather than independent if() statements.

You should also post your code using code tags as it tells you in the sticky post at the top of the forum.