WillWEI0103 commited on
Commit
7f702d7
·
verified ·
1 Parent(s): e52763a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def main():
18
  st.header("Summarize Your Finance News and Analyze Sentiment")
19
  text=st.text_input('Input your Finance news: (Max lenth<=3000)',max_chars=3000)
20
  st.text('Your Finance news: ')
21
- st.write(text)
22
 
23
  #Stage 1: Text Summarization
24
  summary = text_summarize(text)
 
18
  st.header("Summarize Your Finance News and Analyze Sentiment")
19
  text=st.text_input('Input your Finance news: (Max lenth<=3000)',max_chars=3000)
20
  st.text('Your Finance news: ')
21
+ st.write(str(text))
22
 
23
  #Stage 1: Text Summarization
24
  summary = text_summarize(text)