Inquire about sliders on esp32 and Blynk

I use esp32 and blynk for my project.The question is, how can my slider move to the blynk value sent back? Can someone help me solve this problem.
image

You can use lv_slider_set_value to change the value of a slider programmatically. For more information please consult the slider documentation.

Thank you very much for this