georad commited on
Commit
f19400c
·
verified ·
1 Parent(s): 8ea4a62

Update pages/chapter_index.py

Browse files
Files changed (1) hide show
  1. pages/chapter_index.py +1 -1
pages/chapter_index.py CHANGED
@@ -31,7 +31,7 @@ def dataframe_with_selections(df_chapters: pd.DataFrame, init_value: bool = Fals
31
 
32
  selected_chapters = dataframe_with_selections(df_chapters)
33
  st.write("Your selection:")
34
- st.write(selected_chapter, hide_index=True)
35
 
36
  selected_chapters_list = selected_chapters.iloc[:,0].tolist()
37
  #st.write("ZZZZZZZZZZ: ", selected_chapters_list)
 
31
 
32
  selected_chapters = dataframe_with_selections(df_chapters)
33
  st.write("Your selection:")
34
+ st.write(selected_chapters, hide_index=True)
35
 
36
  selected_chapters_list = selected_chapters.iloc[:,0].tolist()
37
  #st.write("ZZZZZZZZZZ: ", selected_chapters_list)