Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ if file_text:
|
|
188 |
with st.expander("📑 Context Table"):
|
189 |
display_context_table(context_words)
|
190 |
|
191 |
-
|
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)
|