Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)
|