Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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."
|