JamanKH's picture
First
43e108c
Raw
History Blame Contribute Delete
252 Bytes
import streamlit as st
st.title('AzimHealth AI Fitness Trainer')
#displaying a local video file
# Define the URL of the gif
gif_url = "output_recorded.gif"
# Display the gif using st.image
st.image(gif_url)