Hello, How can I implement the case like this: ``` attach_video_player_to_figure([fig1,fig2], os.path.join(args['videos_dir'], f"{vn}.mp4"), on_frame, vlines=vlines) ```