green commited on
Commit
cbec66d
·
1 Parent(s): 78fc50a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ st.markdown(html, unsafe_allow_html=True)
267
 
268
  st.sidebar.subheader("Topics")
269
  st.sidebar.write(clusters.keys())
270
- st.sidebar.write(clusters.values())
271
 
272
 
273
  st.session_state['dt'] = dt.now()
 
267
 
268
  st.sidebar.subheader("Topics")
269
  st.sidebar.write(clusters.keys())
270
+ st.sidebar.write(clusters[0])
271
 
272
 
273
  st.session_state['dt'] = dt.now()