Spaces:
Runtime error
Runtime error
Commit
·
480a784
1
Parent(s):
5d0f188
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def tester(text):
|
|
12 |
|
13 |
|
14 |
results = classifier(text)
|
15 |
-
|
16 |
|
17 |
if (results[0]['label']=="anger"):
|
18 |
st_player("https://www.youtube.com/watch?v=kh0BWQ4Uo6w")
|
|
|
12 |
|
13 |
|
14 |
results = classifier(text)
|
15 |
+
st.write(results[0]['label'])
|
16 |
|
17 |
if (results[0]['label']=="anger"):
|
18 |
st_player("https://www.youtube.com/watch?v=kh0BWQ4Uo6w")
|