Spaces:
Runtime error
Runtime error
Commit
·
5990e84
1
Parent(s):
6f5f034
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ option = st.selectbox(
|
|
47 |
if (option == 'Enter own text input.'):
|
48 |
|
49 |
with st.form(key="form1"):
|
50 |
-
emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.")
|
51 |
submit = st.form_submit_button("Generate Playlist!")
|
52 |
|
53 |
if (option == 'Try one of the app\'s examples.'):
|
|
|
47 |
if (option == 'Enter own text input.'):
|
48 |
|
49 |
with st.form(key="form1"):
|
50 |
+
emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.", placeholder="tester po")
|
51 |
submit = st.form_submit_button("Generate Playlist!")
|
52 |
|
53 |
if (option == 'Try one of the app\'s examples.'):
|