Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ def main():
|
|
21 |
st.write(str(text))
|
22 |
|
23 |
#Stage 1: Text Summarization
|
24 |
-
summary = text_summarize(text)
|
25 |
st.text('Processing Finance News Summarization...')
|
|
|
26 |
st.write(summary)
|
27 |
|
28 |
#Stage 2: Sentiment Analytics
|
|
|
21 |
st.write(str(text))
|
22 |
|
23 |
#Stage 1: Text Summarization
|
|
|
24 |
st.text('Processing Finance News Summarization...')
|
25 |
+
summary = text_summarize(text)
|
26 |
st.write(summary)
|
27 |
|
28 |
#Stage 2: Sentiment Analytics
|