Tkinter tab issue

Hello! i am unable to place image on right side of this tab in tkinter.Kindly suggest some solution.
I am using following command but its not working.
my_notebook.add(my_frame1, text='View RGB ‘, image=view_rgb,compound=right’)