From f272802b52acd5cddab388a3a7db4f8dcd10fd8b Mon Sep 17 00:00:00 2001 From: gurayerus Date: Thu, 19 Dec 2024 15:36:58 -0500 Subject: [PATCH] Edit video link; change to youtube --- src/viewer/pages/tutorial_dlmuse.py | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/src/viewer/pages/tutorial_dlmuse.py b/src/viewer/pages/tutorial_dlmuse.py index 38e0e61..7397922 100644 --- a/src/viewer/pages/tutorial_dlmuse.py +++ b/src/viewer/pages/tutorial_dlmuse.py @@ -63,14 +63,9 @@ def show_video(f_video): ) if st.button(":material/play_circle: DICOMs to Biomarkers"): - f_video = os.path.join( - st.session_state.paths["root"], - "resources", - "videos", - "nichart_vtutorial_smri_1.webm", - ) url_video="https://youtu.be/RrnibCrNiHA" - show_video(url_video) + st.video(url_video) + st.markdown( """ @@ -81,14 +76,8 @@ def show_video(f_video): ) if st.button(":material/play_circle: ROIs to Biomarkers"): - f_video = os.path.join( - st.session_state.paths["root"], - "resources", - "videos", - "nichart_vtutorial_smri_2.webm", - ) url_video="https://youtu.be/aw5AK0UQtgo" - show_video(url_video) + st.video(url_video) st.markdown( """