Right now view_b64_image (as it is called upon in get_uploaded_images in line 214 of final.py) will not work because get_uploaded_images supplies a list of image strings rather than a single image string. view_b64_image needs to be able to iterate through a list and plot all the image strings in that list so that the user can select one.
Right now view_b64_image (as it is called upon in get_uploaded_images in line 214 of final.py) will not work because get_uploaded_images supplies a list of image strings rather than a single image string. view_b64_image needs to be able to iterate through a list and plot all the image strings in that list so that the user can select one.