shawarmabytes commited on
Commit
55fd546
1 Parent(s): 93a9008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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()