shawarmabytes commited on
Commit
19c2253
·
1 Parent(s): d294c45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- md = st.button("Model Description")
49
- if (md == True):
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)