shawarmabytes commited on
Commit
ea126e0
·
1 Parent(s): 6ac40da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def tester(text):
83
 
84
  st.header("stream your emotions")
85
 
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.")
 
83
 
84
  st.header("stream your emotions")
85
 
86
+ emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion ")
87
 
88
  st.write("Examples: You look wonderful tonight")
89
  st.write("I am exhausted.")