Wootang01 commited on
Commit
a005a37
1 Parent(s): f1de1a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
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
 
1
  import streamlit as st
2
  from textblob import TextBlob
3
 
4
+ st.header("Sentiment Analyzer 2 -- 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