j-woo commited on
Commit
ca76fda
·
1 Parent(s): 46f7fb9

updated youtube link

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -171,11 +171,11 @@ with st.form("mqtt_form"):
171
  else:
172
  st.write("Timed out waiting for response. Is the on-device server running?")
173
 
174
- cobot_stream_url = "https://youtube.com/live/w7zn-Sk3pG0?feature=share"
175
 
176
  st.video(
177
  cobot_stream_url
178
  # Optionally enable autoplay which requires muting as browsers don't allow autoplay of unmuted video
179
  # muted=True,
180
  # autoplay=True
181
- )
 
171
  else:
172
  st.write("Timed out waiting for response. Is the on-device server running?")
173
 
174
+ cobot_stream_url = "https://youtube.com/live/fF4zEp6LSkg?feature=share"
175
 
176
  st.video(
177
  cobot_stream_url
178
  # Optionally enable autoplay which requires muting as browsers don't allow autoplay of unmuted video
179
  # muted=True,
180
  # autoplay=True
181
+ )