georad commited on
Commit
aee3ce9
·
verified ·
1 Parent(s): 0cb707e

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +1 -1
pages/type_text.py CHANGED
@@ -41,7 +41,7 @@ numMAPPINGS_input = 5
41
  #numMAPPINGS_input = st.text_input("Type number of mappings and hit Enter", key="user_input_numMAPPINGS")
42
  #st.button("Clear text", on_click=on_click)
43
 
44
- st.write("ZZZZZZZZZZZZ: ", selected_chapter_names)
45
 
46
  @st.cache_resource
47
  def load_model():
 
41
  #numMAPPINGS_input = st.text_input("Type number of mappings and hit Enter", key="user_input_numMAPPINGS")
42
  #st.button("Clear text", on_click=on_click)
43
 
44
+ st.write("SELECTED CHAPTERS: ", selected_chapters_list)
45
 
46
  @st.cache_resource
47
  def load_model():