Skip to content

Commit

Permalink
Edit video link; change to youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
gurayerus committed Dec 19, 2024
1 parent 751fba4 commit f272802
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/viewer/pages/tutorial_dlmuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
"""
Expand All @@ -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(
"""
Expand Down

0 comments on commit f272802

Please sign in to comment.