j-woo commited on
Commit
95681da
·
1 Parent(s): 45a462f

updated youtube link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ st.title("Hardware Livestreams")
5
  col_1, col_2 = st.columns(2)
6
 
7
  stream_links_information = [
8
- ("MyCobot280Pi", "https://www.youtube.com/live/fF4zEp6LSkg?si=wS0yuA-7dlhLk9ZD")
9
  ]
10
 
11
  for idx, (title, link) in enumerate(stream_links_information):
 
5
  col_1, col_2 = st.columns(2)
6
 
7
  stream_links_information = [
8
+ ("MyCobot280Pi", "https://www.youtube.com/live/fF4zEp6LSkg")
9
  ]
10
 
11
  for idx, (title, link) in enumerate(stream_links_information):