Spaces:
Runtime error
Runtime error
Commit
·
19c2253
1
Parent(s):
d294c45
Update app.py
Browse files
app.py
CHANGED
@@ -45,9 +45,8 @@ def tester(text):
|
|
45 |
|
46 |
emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.", placeholder="tester po")
|
47 |
|
48 |
-
|
49 |
-
|
50 |
-
st.write("This application uses ")
|
51 |
|
52 |
|
53 |
tester(emo)
|
|
|
45 |
|
46 |
emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.", placeholder="tester po")
|
47 |
|
48 |
+
|
49 |
+
st.write("This application uses ")
|
|
|
50 |
|
51 |
|
52 |
tester(emo)
|