georad commited on
Commit
cc45ec8
·
verified ·
1 Parent(s): bb2f5f9

Update pages/chapter_index.py

Browse files
Files changed (1) hide show
  1. pages/chapter_index.py +2 -2
pages/chapter_index.py CHANGED
@@ -35,8 +35,8 @@ st.write(selected_chapters)
35
  selected_chapters_list = selected_chapters.iloc[:,:] #.tolist()
36
  st.write("SELECTED CHAPTERS: ", selected_chapters_list)
37
  for item in selected_chapters_list.iloc[:,:]:
38
- start_row = item[4], end_row = item[5]
39
- st.write("ZZZZZZZZZZZZZ: ", start_row, end_row)
40
  #selected_rows_list = [row for rows in selected_chapters_list.iloc[;,;][4]]
41
 
42
 
 
35
  selected_chapters_list = selected_chapters.iloc[:,:] #.tolist()
36
  st.write("SELECTED CHAPTERS: ", selected_chapters_list)
37
  for item in selected_chapters_list.iloc[:,:]:
38
+ #start_row = item[4], end_row = item[5]
39
+ st.write("ZZZZZZZZZZZZZ: ", item)
40
  #selected_rows_list = [row for rows in selected_chapters_list.iloc[;,;][4]]
41
 
42