Update pages/type_text.py
Browse files- pages/type_text.py +1 -1
pages/type_text.py
CHANGED
@@ -38,7 +38,7 @@ numMAPPINGS_input = 5
|
|
38 |
#numMAPPINGS_input = st.text_input("Type number of mappings and hit Enter", key="user_input_numMAPPINGS")
|
39 |
#st.button("Clear text", on_click=on_click)
|
40 |
|
41 |
-
st.write("ZZZZZZZZZZZZ: ",
|
42 |
|
43 |
@st.cache_resource
|
44 |
def load_model():
|
|
|
38 |
#numMAPPINGS_input = st.text_input("Type number of mappings and hit Enter", key="user_input_numMAPPINGS")
|
39 |
#st.button("Clear text", on_click=on_click)
|
40 |
|
41 |
+
st.write("ZZZZZZZZZZZZ: ", chapter_names)
|
42 |
|
43 |
@st.cache_resource
|
44 |
def load_model():
|