j-woo commited on
Commit
9e2f67d
1 Parent(s): 6c01cfd

updated youtube link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ st.markdown("""
8
  This app is a public demo of remote control of the MyCobot280 Pi through the MQTT Communication Protocol.
9
  """)
10
 
11
- cobot_stream_url = "https://youtube.com/live/fF4zEp6LSkg?feature=share"
12
  st.video(
13
  cobot_stream_url
14
  # Optionally enable autoplay which requires muting as browsers don't allow autoplay of unmuted video
 
8
  This app is a public demo of remote control of the MyCobot280 Pi through the MQTT Communication Protocol.
9
  """)
10
 
11
+ cobot_stream_url = "https://www.youtube.com/live/fF4zEp6LSkg?si=wS0yuA-7dlhLk9ZD"
12
  st.video(
13
  cobot_stream_url
14
  # Optionally enable autoplay which requires muting as browsers don't allow autoplay of unmuted video