Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
·
2cc0db1
1
Parent(s):
581809b
Update app.py
Browse files
app.py
CHANGED
@@ -84,8 +84,8 @@ def tester(text):
|
|
84 |
st.header("stream your emotions")
|
85 |
|
86 |
|
87 |
-
st.write("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion")
|
88 |
-
emo = st.text_input("")
|
89 |
st.write("Examples: You look wonderful tonight")
|
90 |
st.write("I am exhausted.")
|
91 |
st.write("I feel energetic.")
|
|
|
84 |
st.header("stream your emotions")
|
85 |
|
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: You look wonderful tonight")
|
90 |
st.write("I am exhausted.")
|
91 |
st.write("I feel energetic.")
|