import gradio as gr def return_yt_html_embed(yt_url): video_id = yt_url.split("?v=")[-1] HTML_str = ( f'