shawarmabytes commited on
Commit
4854d0b
1 Parent(s): 9de2735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with st.form(key="form1"):
17
  emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.", placeholder="tester po")
18
  submit = st.form_submit_button("Generate Playlist!")
19
 
20
- tester(emo):
21
 
22
 
23
 
 
17
  emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.", placeholder="tester po")
18
  submit = st.form_submit_button("Generate Playlist!")
19
 
20
+ tester(emo)
21
 
22
 
23