Update pages/chapter_index.py
Browse files- 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(
|
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)
|