eaglelandsonce commited on
Commit
6af6553
·
verified ·
1 Parent(s): b050a03

Update pages/25_Deployment.py

Browse files
Files changed (1) hide show
  1. pages/25_Deployment.py +3 -5
pages/25_Deployment.py CHANGED
@@ -1,7 +1,5 @@
1
- import webbrowser
2
 
3
- # URL of the YouTube video
4
- youtube_url = "https://www.youtube.com/watch?v=Dk88zv1KYMI&list=PL_lsbAsL_o2CTlGHgMxNrKhzP97BaG9ZN"
5
 
6
- # Open the YouTube video in the default web browser
7
- webbrowser.open(youtube_url)
 
1
+ import streamlit as st
2
 
3
+ st.title("Deployment")
 
4
 
5
+ st.video("https://www.youtube.com/watch?v=Dk88zv1KYMI&list=PL_lsbAsL_o2CTlGHgMxNrKhzP97BaG9ZN")