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