Created
September 30, 2018 03:12
-
-
Save eagleEggs/3cda3c0000fcdc474124f0ae7adbce46 to your computer and use it in GitHub Desktop.
Dynamically Update Columns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for image in fnames: | |
| filename = os.path.join(folder, image) | |
| image_elem = sg.Image(data = get_img_data(filename, first = True)) | |
| col5 = [[sg.ReadButton("Generate")],[sg.T("")], | |
| [image_elem]] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.