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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ html = """
266
  st.markdown(html, unsafe_allow_html=True)
267
 
268
  st.sidebar.subheader("Topics")
269
- st.sidebar.write({k: v for k,v in clusters if k is not None and v > 1})
270
 
271
  st.session_state['dt'] = dt.now()
272
  # Form used to take 3 menu inputs
 
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