Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def classify_sentences(text):
|
|
81 |
return sentence_scores
|
82 |
|
83 |
# Streamlit UI
|
84 |
-
st.title("Sentiment Classification
|
85 |
|
86 |
url = st.text_input("Enter URL:")
|
87 |
|
|
|
81 |
return sentence_scores
|
82 |
|
83 |
# Streamlit UI
|
84 |
+
st.title("Sentiment Classification Model by DEJAN")
|
85 |
|
86 |
url = st.text_input("Enter URL:")
|
87 |
|