shawarmabytes commited on
Commit
4e58636
1 Parent(s): bd41a76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -43,12 +43,9 @@ def tester(text):
43
  contents = f.read()
44
  components.html(contents,width=560,height=325)
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
- st.sidebar.write("tester muna chong")
52
 
53
 
54
  tester(emo)
 
43
  contents = f.read()
44
  components.html(contents,width=560,height=325)
45
 
46
+ emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.")
47
 
48
+ st.sidebar.write("This application uses the DistilBERT model, a distilled version of BERT. The BERT framework uses" )
 
 
 
49
 
50
 
51
  tester(emo)