czyoung commited on
Commit
043eae7
·
verified ·
1 Parent(s): d97e211

Removed default categories

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,7 +309,7 @@ if 'results' not in st.session_state:
309
  if 'summaries' not in st.session_state:
310
  st.session_state.summaries = []
311
  if 'categories' not in st.session_state:
312
- st.session_state.categories = ["Instructor","Audience"]
313
  st.session_state.categorySelect = []
314
  # Single Use
315
  if 'removeCategory' not in st.session_state:
 
309
  if 'summaries' not in st.session_state:
310
  st.session_state.summaries = []
311
  if 'categories' not in st.session_state:
312
+ st.session_state.categories = []
313
  st.session_state.categorySelect = []
314
  # Single Use
315
  if 'removeCategory' not in st.session_state: