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/
|
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?")
|