# tab_how_oc_works.py
import gradio as gr
def overview_video_component():
return gr.HTML("""
""")
def how_oral_coach_works_tab():
with gr.Tab("How Oral Coach Works"):
gr.Markdown("## How Oral Coach Works")
gr.Markdown("""
This tool is designed to enhance students' oral language skills. Here's how it works:
**Watch the Overview Video Below**:
""")
overview_video_component()