dejanseo commited on
Commit
80e20d5
1 Parent(s): 08b6886

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def classify_sentences(text):
81
  return sentence_scores
82
 
83
  # Streamlit UI
84
- st.title("Sentiment Classification from URL")
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