in videocategorization/create_prompts.py [0:0]
def process_row(row, leaves): video_id = row['video_id'] # Generate the prompt prompt = generate_prompt(row, leaves) return {"video_id": video_id, "prompt": prompt}