shawarmabytes commited on
Commit
7f3ab7e
·
1 Parent(s): eadbed5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/phrase input for emotion classification","Examples: You look wonderful tonight. I am exhausted. LOVE.")
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