shawarmabytes commited on
Commit
9a24d6e
·
1 Parent(s): 42f6124

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="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>""")
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="690" 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>""")
39
 
40
 
41