I have this type of code in my GUI in PySimpleGUI:
widget = columns[0].winfo_children()[0]
# widget returns the type of .!toplevel.!frame5.!frame2.!frame.!frame.!frame.!label
How could I edit the text in widget? I used .config(text='text') and set, but set doesn't work and config does not change text in my label widget. My code is dynamic, so I could not use the window function to find my specific element