Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
•
d294c45
1
Parent(s):
f4ca8de
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def tester(text):
|
|
13 |
#tester(emo)
|
14 |
generator = st.button("Generate Song!")
|
15 |
if (generator == True):
|
16 |
-
|
17 |
|
18 |
if (results[0]['label']=="joy"): #songs for joy emotion
|
19 |
with open('joyplaylist.txt') as f:
|
|
|
13 |
#tester(emo)
|
14 |
generator = st.button("Generate Song!")
|
15 |
if (generator == True):
|
16 |
+
st.subheader(results[0]['label'])
|
17 |
|
18 |
if (results[0]['label']=="joy"): #songs for joy emotion
|
19 |
with open('joyplaylist.txt') as f:
|