ajitesh123 / Perf-Review-AI

Write perf reviews in a minute
https://perfor-ai.streamlit.app/
1 stars 0 forks source link

Sweep: Add a video explaining what to use #1

Open ajitesh123 opened 3 months ago

ajitesh123 commented 3 months ago
import streamlit as st

video_file = open('myvideo.mp4', 'rb')
video_bytes = video_file.read()

st.video(video_bytes)