Spaces:
Runtime error
Runtime error
Commit
·
c0bbccb
1
Parent(s):
85046db
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,9 +27,9 @@ def tester(text):
|
|
| 27 |
st_player("https://www.youtube.com/watch?v=1k8craCGpgs")
|
| 28 |
|
| 29 |
elif (results[0]['label']=="sadness"):
|
| 30 |
-
video = YouTubeVideo("1k8craCGpgs")
|
| 31 |
-
display(video)
|
| 32 |
-
|
| 33 |
|
| 34 |
elif (results[0]['label']=="surprise"):
|
| 35 |
st_player("https://youtu.be/CmSKVW1v0xM")
|
|
|
|
| 27 |
st_player("https://www.youtube.com/watch?v=1k8craCGpgs")
|
| 28 |
|
| 29 |
elif (results[0]['label']=="sadness"):
|
| 30 |
+
#video = YouTubeVideo("1k8craCGpgs")
|
| 31 |
+
#display(video)
|
| 32 |
+
st_player("https://www.youtube.com/watch?v=BZsXcc_tC-o")
|
| 33 |
|
| 34 |
elif (results[0]['label']=="surprise"):
|
| 35 |
st_player("https://youtu.be/CmSKVW1v0xM")
|