Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
•
cf3860f
1
Parent(s):
5f04143
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,8 @@ def tester(text):
|
|
27 |
st_player("https://www.youtube.com/watch?v=1k8craCGpgs")
|
28 |
|
29 |
elif (results[0]['label']=="sadness"):
|
30 |
-
|
|
|
31 |
|
32 |
elif (results[0]['label']=="surprise"):
|
33 |
st_player("https://youtu.be/CmSKVW1v0xM")
|
|
|
27 |
st_player("https://www.youtube.com/watch?v=1k8craCGpgs")
|
28 |
|
29 |
elif (results[0]['label']=="sadness"):
|
30 |
+
st.write(<iframe width="560" height="315" src="https://www.youtube.com/embed/kkIabnfvJI8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>)
|
31 |
+
#st_player("https://www.youtube.com/embed/BZsXcc_tC-o?autoplay=1")
|
32 |
|
33 |
elif (results[0]['label']=="surprise"):
|
34 |
st_player("https://youtu.be/CmSKVW1v0xM")
|