green commited on
Commit
a36b2ca
·
1 Parent(s): e47c739

Update app.py

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