green commited on
Commit
507907a
·
1 Parent(s): 8dcb11a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ st.markdown(html, unsafe_allow_html=True)
261
 
262
  st.sidebar.subheader("Topics")
263
  for i in list(clusters.keys()):
264
- print(f"{i} : {len(clusters[i])}")
265
 
266
  st.session_state['dt'] = dt.now()
267
  # Form used to take 3 menu inputs
 
261
 
262
  st.sidebar.subheader("Topics")
263
  for i in list(clusters.keys()):
264
+ st.write(f"{i} : {len(clusters[i])}")
265
 
266
  st.session_state['dt'] = dt.now()
267
  # Form used to take 3 menu inputs