green commited on
Commit
78fc50a
·
1 Parent(s): 12d66ab

Update app.py

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