shawarmabytes commited on
Commit
a3b612d
·
1 Parent(s): 4a4120f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def tester(text):
35
  #display(video)
36
  #st_player("https://www.youtube.com/watch?v=BZsXcc_tC-o")
37
  # embed streamlit docs in a streamlit app
38
- components.html("""<iframe width="1" height="1" src="https://www.youtube.com/embed/NwFVSclD_uc?&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>""",height=690)
39
 
40
 
41
 
 
35
  #display(video)
36
  #st_player("https://www.youtube.com/watch?v=BZsXcc_tC-o")
37
  # embed streamlit docs in a streamlit app
38
+ components.html("""<iframe width=560" height="315" src="https://www.youtube.com/embed/NwFVSclD_uc?&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>""",width=560,height=325)
39
 
40
 
41