nickmuchi commited on
Commit
19c6e71
1 Parent(s): f64e02e

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -323,7 +323,7 @@ def sentiment_pipe(earnings_text):
323
  return earnings_sentiment, earnings_sentences
324
 
325
  @st.cache_data
326
- def chunk_and_preprocess_text(text,thresh=500):
327
 
328
  """Chunk text longer than n tokens for summarization"""
329
 
 
323
  return earnings_sentiment, earnings_sentences
324
 
325
  @st.cache_data
326
+ def chunk_and_preprocess_text(text,thresh= 450):
327
 
328
  """Chunk text longer than n tokens for summarization"""
329