sancho10's picture
Updated app with new features
07e6c6b
raw
history blame
246 Bytes
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)