Update pages/1_Earnings_Sentiment_Analysis_π_.py
Browse files
pages/1_Earnings_Sentiment_Analysis_π_.py
CHANGED
@@ -23,7 +23,7 @@ if st.session_state.url or st.session_state.upload:
|
|
23 |
with open('earnings.txt','r') as f:
|
24 |
earnings_passages = f.read()
|
25 |
|
26 |
-
earnings_sentiment, earnings_sentences =
|
27 |
|
28 |
with st.expander("See Transcribed Earnings Text"):
|
29 |
st.write(f"Number of Sentences: {len(earnings_ssentences)}")
|
|
|
23 |
with open('earnings.txt','r') as f:
|
24 |
earnings_passages = f.read()
|
25 |
|
26 |
+
earnings_sentiment, earnings_sentences = sentiment_pipe(earnings_passages)
|
27 |
|
28 |
with st.expander("See Transcribed Earnings Text"):
|
29 |
st.write(f"Number of Sentences: {len(earnings_ssentences)}")
|