Spaces:
Runtime error
Runtime error
Commit
·
6ac40da
1
Parent(s):
7c10707
Update app.py
Browse files
app.py
CHANGED
@@ -86,11 +86,8 @@ st.header("stream your emotions")
|
|
86 |
emo = st.text_input("Enter your text/phrase/sentence for emotion classification. A corresponding song will be recommended based on your emotion ")
|
87 |
|
88 |
st.write("Examples: You look wonderful tonight")
|
89 |
-
st.write("")
|
90 |
st.write("I am exhausted.")
|
91 |
-
st.write("")
|
92 |
st.write("I feel energetic.")
|
93 |
-
st.write("")
|
94 |
st.write("bro you scared me there")
|
95 |
|
96 |
tester(emo)
|
|
|
86 |
emo = st.text_input("Enter your text/phrase/sentence for emotion classification. A corresponding song will be recommended based on your emotion ")
|
87 |
|
88 |
st.write("Examples: You look wonderful tonight")
|
|
|
89 |
st.write("I am exhausted.")
|
|
|
90 |
st.write("I feel energetic.")
|
|
|
91 |
st.write("bro you scared me there")
|
92 |
|
93 |
tester(emo)
|