Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
•
55fd546
1
Parent(s):
93a9008
Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,6 @@ def tester(text):
|
|
20 |
contents = f.read()
|
21 |
components.html(contents,width=560,height=325)
|
22 |
|
23 |
-
elif (results[0]['label']=="disgust"):
|
24 |
-
st_player("https://www.youtube.com/watch?v=zWq2TT3ieGE")
|
25 |
-
|
26 |
elif (results[0]['label']=="fear"):
|
27 |
with open('fearplaylist.txt') as f:
|
28 |
contents = f.read()
|
|
|
20 |
contents = f.read()
|
21 |
components.html(contents,width=560,height=325)
|
22 |
|
|
|
|
|
|
|
23 |
elif (results[0]['label']=="fear"):
|
24 |
with open('fearplaylist.txt') as f:
|
25 |
contents = f.read()
|