shawarmabytes commited on
Commit
b8a2f8c
1 Parent(s): 9bc5e9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def tester(text):
46
  emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.")
47
 
48
 
49
- st.side.bar.subheader("Model Description")
50
  st.sidebar.write("This application uses the DistilBERT model, a distilled version of BERT. The BERT framework uses" )
51
 
52
 
 
46
  emo = st.text_input("Enter a text/phrase/sentence. A corresponding song will be recommended based on its emotion.")
47
 
48
 
49
+ st.sidebar.subheader("Model Description")
50
  st.sidebar.write("This application uses the DistilBERT model, a distilled version of BERT. The BERT framework uses" )
51
 
52