Displaying image using File upload

You only need a FileLoader component and an Image component.
On change of the FileLoader, set the image source to the FileLoader’s file:
self.image_1.source = self.file_loader.file