Wootang01 commited on
Commit
f1de1a0
·
1 Parent(s): 0387564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from textblob import TextBlob
3
 
4
  st.header("Sentiment Analyzer -- Textblob")
5
- st.caption("""
6
  "Input text and submit. First, the machine will present a sentiment score. A score closer to 1 indicates the machine classifying the text as containing positive sentiment. A score closer to -1 indicates the machine classifying the text as containing negative sentiment.
7
 
8
  Furthermore, the machine will present a subjectivity score. A score closer to 1 indicates the machine classifying the text as containing most subjectivity whereas a score closer to 0 indicates the text as containing most objectivity."
 
2
  from textblob import TextBlob
3
 
4
  st.header("Sentiment Analyzer -- Textblob")
5
+ st.write("""
6
  "Input text and submit. First, the machine will present a sentiment score. A score closer to 1 indicates the machine classifying the text as containing positive sentiment. A score closer to -1 indicates the machine classifying the text as containing negative sentiment.
7
 
8
  Furthermore, the machine will present a subjectivity score. A score closer to 1 indicates the machine classifying the text as containing most subjectivity whereas a score closer to 0 indicates the text as containing most objectivity."