sgbaird commited on
Commit
26b0d43
·
verified ·
1 Parent(s): 95681da

try with some working videos

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -5,7 +5,10 @@ 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")
 
 
 
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
+ ("LoFi Girl", "https://www.youtube.com/live/jfKfPfyJRdk"),
10
+ ("Intro to BO (pre-recorded)", "https://youtu.be/IVaWl2tL06c")
11
+
12
  ]
13
 
14
  for idx, (title, link) in enumerate(stream_links_information):