import streamlit as st import streamlit.components.v1 as components import streamlit_text_annotation as st_text_annotation with open('style.css') as f: st.markdown(f'', unsafe_allow_html=True) htm_string = '''
''' components.html(htm_string) # JavaScript works st.title('اپلیکیشن کمک‌یار ورزشی') recorded_file = 'pages/lt.mov' sample_vid = st.empty() sample_vid.video(recorded_file) st.write("ستایش سلطانی نگین نظری")