Spaces:
Runtime error
Runtime error
Commit
·
b8a2f8c
1
Parent(s):
9bc5e9e
Update app.py
Browse files
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.
|
| 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 |
|