Spaces:
Runtime error
Runtime error
Commit
·
3b61fe2
1
Parent(s):
df82ba6
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def tester(text):
|
|
20 |
|
21 |
|
22 |
#with st.form(key="form1"):
|
23 |
-
|
24 |
#submit = st.form_submit_button("Generate Playlist!")
|
25 |
|
26 |
tester(emo)
|
|
|
20 |
|
21 |
|
22 |
#with st.form(key="form1"):
|
23 |
+
emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.", placeholder="tester po")
|
24 |
#submit = st.form_submit_button("Generate Playlist!")
|
25 |
|
26 |
tester(emo)
|