shawarmabytes commited on
Commit
2d9476c
1 Parent(s): d54d9d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def tester(text):
32
 
33
 
34
 
35
- elif (results[0]['label']=="anger"): #songs for anger emotion
36
  components.html("""<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ?&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>""",width=560,height=325)
37
 
38
 
 
32
 
33
 
34
 
35
+ elif (results[0]['label']=="anger"): #songs for anger emotion
36
  components.html("""<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ?&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>""",width=560,height=325)
37
 
38