Updated lines 15-19 with: # Play the result.mp4 file st.header("IA Agentica Result Video") video_file = open('ia_agentica_result.mp4', 'rb') video_bytes = video_file.read() st.video(video_bytes)

#1

Sign up or log in to comment