rhea2809's picture
Create app.py
2b88f5a
raw
history blame
245 Bytes
import streamlit as st
image = Image.open("rai_raise_main_badge_pos_102.png")
title_container = st.container()
title_container.image(image, width = 300)
video_file = open('raii.mp4', 'rb')
video_bytes = video_file.read()
st.video(video_bytes)