Update app.py
Browse files
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'):
|