sancho10's picture
Update app.py
47aec93 verified
raw
history blame contribute delete
252 Bytes
import streamlit as st
st.title('Anju Squat 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)