Rrrrrrrita commited on
Commit
7036860
·
verified ·
1 Parent(s): 0d24a94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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:", "")