nickmuchi commited on
Commit
112a4cf
β€’
1 Parent(s): 4a56d1b

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 = sent_pipe(earnings_passages)
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)}")