Cynthiaaaaaaaa commited on
Commit
d69a484
1 Parent(s): 30d4d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def main():
22
  # Stage 1: Summarization
23
  st.text('Processing text...')
24
  summary = summarization(text_input)
25
- st.write(summary)
26
 
27
  # Stage 2: Sentiment Classification
28
  st.text('Analyzing sentiment...')
 
22
  # Stage 1: Summarization
23
  st.text('Processing text...')
24
  summary = summarization(text_input)
25
+ # st.write(summary)
26
 
27
  # Stage 2: Sentiment Classification
28
  st.text('Analyzing sentiment...')