44c2095
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import streamlit as st st.title('AI Fitness Trainer: Squats Analysis') recorded_file = 'output_sample.mp4' sample_vid = st.empty() sample_vid.video(recorded_file)