green commited on
Commit
7e4982d
·
1 Parent(s): 5ce8618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,7 +268,7 @@ st.markdown(html, unsafe_allow_html=True)
268
  st.sidebar.subheader("Topics")
269
  st.sidebar.write(clusters.keys())
270
  st.sidebar.write(clusters['Russia'])
271
-
272
 
273
  st.session_state['dt'] = dt.now()
274
  # Form used to take 3 menu inputs
 
268
  st.sidebar.subheader("Topics")
269
  st.sidebar.write(clusters.keys())
270
  st.sidebar.write(clusters['Russia'])
271
+ st.sidebar.write(len(clusters['Russia']))
272
 
273
  st.session_state['dt'] = dt.now()
274
  # Form used to take 3 menu inputs