j-woo commited on
Commit
6c01cfd
·
1 Parent(s): 8589c22

updated youtube link

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/w7zn-Sk3pG0?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
@@ -86,4 +86,4 @@ with st.form("mqtt_form"):
86
  else:
87
  st.write(response)
88
  else:
89
- st.write("Timed out waiting for response. Is the on-device server running?")
 
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
 
86
  else:
87
  st.write(response)
88
  else:
89
+ st.write("Timed out waiting for response. Is the on-device server running?")