How do I continuously serial print last string of data received on Uno?

When you check if you have something in the serial buffer, by using Serial.available() in an if statement and you get nothing then you display what you had before, using the else clause of the if statement.

However we need to know a lot more about this display before we can be more specific about the code. A good start is to post what you have.