georad commited on
Commit
d993188
·
verified ·
1 Parent(s): 1dfc930

Update pages/chapter_index.py

Browse files
Files changed (1) hide show
  1. pages/chapter_index.py +1 -1
pages/chapter_index.py CHANGED
@@ -39,5 +39,5 @@ st.write(selected_chapters)
39
  #selected_chapters_listdisplay = selected_chapters.iloc[:,0].tolist()
40
  #st.write("SELECTED CHAPTERS: ", selected_chapters_listdisplay)
41
 
42
- if selected_chapters not None:
43
  st.session_state.selected_chapters = selected_chapters_list
 
39
  #selected_chapters_listdisplay = selected_chapters.iloc[:,0].tolist()
40
  #st.write("SELECTED CHAPTERS: ", selected_chapters_listdisplay)
41
 
42
+ if selected_chapters is not None:
43
  st.session_state.selected_chapters = selected_chapters_list