awacke1 commited on
Commit
e9947d0
·
verified ·
1 Parent(s): d871cf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ if file_text:
188
  with st.expander("📑 Context Table"):
189
  display_context_table(context_words)
190
 
191
- with st.expander("📝 Sentence Clustering"):
192
  sentences = [line.strip() for line in text_without_timestamps.split('\n') if len(line.strip()) > 10]
193
 
194
  num_sentences = len(sentences)
 
188
  with st.expander("📑 Context Table"):
189
  display_context_table(context_words)
190
 
191
+ with st.expander("📝 Sentence Clustering", expanded=True):
192
  sentences = [line.strip() for line in text_without_timestamps.split('\n') if len(line.strip()) > 10]
193
 
194
  num_sentences = len(sentences)