georad commited on
Commit
cc026b2
·
verified ·
1 Parent(s): 3b89c97

Update pages/chapter_index.py

Browse files
Files changed (1) hide show
  1. pages/chapter_index.py +1 -1
pages/chapter_index.py CHANGED
@@ -30,7 +30,7 @@ selected_chapters = dataframe_with_selections(df_chapters)
30
  st.write("Your selection:")
31
  st.write(selected_chapters)
32
 
33
- selected_chapters_list = selected_chapters["Chapter"].tolist()
34
 
35
  st.write("ZZZZZZZZZZ: ", selected_chapters.type())
36
 
 
30
  st.write("Your selection:")
31
  st.write(selected_chapters)
32
 
33
+ #selected_chapters_list = selected_chapters['Chapter'].tolist()
34
 
35
  st.write("ZZZZZZZZZZ: ", selected_chapters.type())
36