Spaces:
Runtime error
Runtime error
Commit
·
45cb827
1
Parent(s):
f92543a
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def tester(text):
|
|
19 |
components.html(contents,width=560,height=325)
|
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 |
|
|
|
19 |
components.html(contents,width=560,height=325)
|
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 |
|