Spaces:
Sleeping
Sleeping
updated youtube link
Browse files
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?
|
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
|