awacke1 commited on
Commit
f608dd8
1 Parent(s): 1372a40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -164,8 +164,8 @@ if file_text:
164
  with st.expander("📑 Context Table"):
165
  display_context_table(context_words)
166
 
167
- with st.expander("Innovation Outlines"):
168
- showInnovationOutlines()
169
 
170
  with st.expander("📝 Sentence Clustering"):
171
  num_clusters = st.slider("Number of Clusters", min_value=2, max_value=10, value=5)
 
164
  with st.expander("📑 Context Table"):
165
  display_context_table(context_words)
166
 
167
+ # with st.expander("Innovation Outlines"):
168
+ # showInnovationOutlines()
169
 
170
  with st.expander("📝 Sentence Clustering"):
171
  num_clusters = st.slider("Number of Clusters", min_value=2, max_value=10, value=5)