Update pages/type_text.py
Browse files- pages/type_text.py +2 -0
pages/type_text.py
CHANGED
@@ -38,6 +38,8 @@ 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.cache_resource
|
42 |
def load_model():
|
43 |
model = SentenceTransformer('all-MiniLM-L6-v2') # fastest
|
|
|
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: ", selection)
|
42 |
+
|
43 |
@st.cache_resource
|
44 |
def load_model():
|
45 |
model = SentenceTransformer('all-MiniLM-L6-v2') # fastest
|