Update app.py
Browse files
app.py
CHANGED
|
@@ -192,9 +192,9 @@ selections = []
|
|
| 192 |
choices = list(clusters.keys())
|
| 193 |
choices.insert(0,'None')
|
| 194 |
|
| 195 |
-
st.write(st.session_state['cnn'])
|
| 196 |
-
st.write(st.session_state['npr'])
|
| 197 |
-
st.write(st.session_state['num_clusters'])
|
| 198 |
|
| 199 |
st.session_state['dt'] = dt.now()
|
| 200 |
st.write("Smaller chunks means more of the article included in the summary and a longer digest.")
|
|
|
|
| 192 |
choices = list(clusters.keys())
|
| 193 |
choices.insert(0,'None')
|
| 194 |
|
| 195 |
+
# st.write(f"CNN articles: {st.session_state['cnn']}")
|
| 196 |
+
# st.write(f"NPR articles: {st.session_state['npr']}")
|
| 197 |
+
# st.write(f"Number of clusters {st.session_state['num_clusters']}")
|
| 198 |
|
| 199 |
st.session_state['dt'] = dt.now()
|
| 200 |
st.write("Smaller chunks means more of the article included in the summary and a longer digest.")
|