awacke1 commited on
Commit
87cb764
1 Parent(s): 4811595

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -155,8 +155,8 @@ if file_text:
155
  with st.expander("📑 Context Table"):
156
  display_context_table(context_words)
157
 
158
- with st.expander("Innovation Outlines"):
159
- showInnovationOutlines()
160
 
161
  with st.expander("📝 Sentence Clustering"):
162
  sentences = [sentence.strip() for sentence in text_without_timestamps.split('.') if sentence.strip()]
 
155
  with st.expander("📑 Context Table"):
156
  display_context_table(context_words)
157
 
158
+ #with st.expander("Innovation Outlines"):
159
+ # showInnovationOutlines()
160
 
161
  with st.expander("📝 Sentence Clustering"):
162
  sentences = [sentence.strip() for sentence in text_without_timestamps.split('.') if sentence.strip()]