Spaces:
Runtime error
Runtime error
Commit
·
94da7b9
1
Parent(s):
3e39012
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ if option = 'Enter own text input.':
|
|
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.'
|
54 |
st.write('tester')
|
55 |
|
56 |
|
|
|
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.':
|
54 |
st.write('tester')
|
55 |
|
56 |
|