shawarmabytes commited on
Commit
980ee5b
·
1 Parent(s): 9a24d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,9 +33,9 @@ def tester(text):
33
  elif (results[0]['label']=="sadness"):
34
  #video = YouTubeVideo("1k8craCGpgs")
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
 
 
33
  elif (results[0]['label']=="sadness"):
34
  #video = YouTubeVideo("1k8craCGpgs")
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="1000" height="1000" 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