LCD blank after upload blynk coding

Okay, well there are so many things wrong with this sketch it’s difficult to know where to begin.

Because you are using an Uno and have connected your ESP-01 to pins 0 and 1 rather than using SoftwareSerial to create a virtual serial port on different pins, I’ll start by pointing you in this direction…

Once you’ve fixed that issue you’ll then be able to use your hardware serial port for debugging, and will be able to understand what is happening when you attempt to connect to Blynk.

Then you need to clean-up your void loop…

Pete.