Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
•
ca5755b
1
Parent(s):
b58b7dd
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ st.header("stream your emotions")
|
|
86 |
|
87 |
#st.write("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion")
|
88 |
emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.")
|
89 |
-
st.write("Examples:
|
90 |
st.write("I am exhausted.")
|
91 |
st.write("I feel energetic.")
|
92 |
st.write("bro you scared me there")
|
|
|
86 |
|
87 |
#st.write("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion")
|
88 |
emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.")
|
89 |
+
st.write("Examples: i love you so much")
|
90 |
st.write("I am exhausted.")
|
91 |
st.write("I feel energetic.")
|
92 |
st.write("bro you scared me there")
|