Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ summarizer = pipeline("summarization", model="facebook/bart-large-cnn")
|
|
6 |
|
7 |
# Streamlit application title
|
8 |
st.title("Sentiment Analysis with text summarization for Singapore Airline")
|
9 |
-
st.write("Summarization first, then sentiment analysis.")
|
10 |
|
11 |
# Text input for user to enter the text to summarize
|
12 |
text = st.text_area("Enter the text to analyze:", "")
|
|
|
6 |
|
7 |
# Streamlit application title
|
8 |
st.title("Sentiment Analysis with text summarization for Singapore Airline")
|
|
|
9 |
|
10 |
# Text input for user to enter the text to summarize
|
11 |
text = st.text_area("Enter the text to analyze:", "")
|