Spaces:
Runtime error
Runtime error
Commit
·
7f3ab7e
1
Parent(s):
eadbed5
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,8 +77,8 @@ def tester(text):
|
|
| 77 |
return results[0]['label']
|
| 78 |
#return results
|
| 79 |
|
| 80 |
-
emo = st.text_input("Enter your text/sentence
|
| 81 |
-
st.write()
|
| 82 |
tester(emo)
|
| 83 |
|
| 84 |
|
|
|
|
| 77 |
return results[0]['label']
|
| 78 |
#return results
|
| 79 |
|
| 80 |
+
emo = st.text_input("Enter your text/phrase/sentence for emotion classification. A corresponding song will be recommended based on your emotion ")
|
| 81 |
+
st.write("Examples: You look wonderful tonight. \n I am exhausted. \n I feel energetic. \n bro you scared me there")
|
| 82 |
tester(emo)
|
| 83 |
|
| 84 |
|