green commited on
Commit
de838f5
1 Parent(s): ee570e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -229,6 +229,8 @@ choices.insert(0,'None')
229
  # st.write(f"NPR articles: {st.session_state['npr']}")
230
  # st.write(f"Number of clusters {st.session_state['num_clusters']}")
231
 
 
 
232
  st.session_state['dt'] = dt.now()
233
  # Form used to take 3 menu inputs
234
  with st.form(key='columns_in_form'):
 
229
  # st.write(f"NPR articles: {st.session_state['npr']}")
230
  # st.write(f"Number of clusters {st.session_state['num_clusters']}")
231
 
232
+ st.sidebar.write(choices)
233
+
234
  st.session_state['dt'] = dt.now()
235
  # Form used to take 3 menu inputs
236
  with st.form(key='columns_in_form'):