shawarmabytes commited on
Commit
581809b
·
1 Parent(s): fe33dbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ 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.")
 
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.")