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

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"""Russia: {len(clusters['Russia'])}""")
267
 
268
  st.session_state['dt'] = dt.now()
269
  # Form used to take 3 menu inputs