add testing page
This commit is contained in:
8
pages/testing.py
Normal file
8
pages/testing.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import streamlit as st
|
||||
|
||||
|
||||
|
||||
video = "https://youtu.be/HluANRwPyNo?feature=shared"
|
||||
st.video(video)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user