import streamlit as st


st.title('Anju 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)