green commited on
Commit
3c9d274
1 Parent(s): 9686c3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -265,8 +265,8 @@ html = """
265
  """
266
  st.markdown(html, unsafe_allow_html=True)
267
 
268
- st.sidebar.subheader("Topics")
269
- st.sidebar.write(clusters)
270
 
271
  st.session_state['dt'] = dt.now()
272
  # Form used to take 3 menu inputs
 
265
  """
266
  st.markdown(html, unsafe_allow_html=True)
267
 
268
+ st.sidebar.subheader("Topics")
269
+ st.sidebar.write({k:len(v) for k,v in clusters})
270
 
271
  st.session_state['dt'] = dt.now()
272
  # Form used to take 3 menu inputs