green commited on
Commit
2489b57
·
1 Parent(s): 4783497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -265,9 +265,8 @@ html = """
265
  """
266
  st.markdown(html, unsafe_allow_html=True)
267
 
268
- st.title("New Sidebar")
269
- st.sidebar.text("I'm here now.")
270
- st.sidebar.write(choices)
271
 
272
  st.session_state['dt'] = dt.now()
273
  # Form used to take 3 menu inputs
 
265
  """
266
  st.markdown(html, unsafe_allow_html=True)
267
 
268
+ st.sidebar.subheader("Topics")
269
+ st.sidebar.write(k: v for k,v in choices if k is not None and v > 1)
 
270
 
271
  st.session_state['dt'] = dt.now()
272
  # Form used to take 3 menu inputs