shawarmabytes commited on
Commit
409bc24
·
1 Parent(s): 7b8fb1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -78,6 +78,7 @@ def tester(text):
78
  #return results
79
 
80
  emo = st.text_input('This application detects the emotion in your text input and suggests a song that matches it. Please enter text below to try:')
 
81
  tester(emo)
82
 
83
 
 
78
  #return results
79
 
80
  emo = st.text_input('This application detects the emotion in your text input and suggests a song that matches it. Please enter text below to try:')
81
+ st.write('Examples: Today, I felt good!, I feel energetic')
82
  tester(emo)
83
 
84