Update pages/type_text.py
Browse files- pages/type_text.py +2 -0
pages/type_text.py
CHANGED
@@ -268,6 +268,8 @@ def load_pipe():
|
|
268 |
return pipe
|
269 |
pipe = load_pipe()
|
270 |
|
|
|
|
|
271 |
|
272 |
# Semantic search, Compute cosine similarity between INTdesc_embedding and SBS descriptions
|
273 |
INTdesc_embedding = model.encode(INTdesc_input)
|
|
|
268 |
return pipe
|
269 |
pipe = load_pipe()
|
270 |
|
271 |
+
for i in range(40):
|
272 |
+
st.write(f"This is scrollable content line {i}")
|
273 |
|
274 |
# Semantic search, Compute cosine similarity between INTdesc_embedding and SBS descriptions
|
275 |
INTdesc_embedding = model.encode(INTdesc_input)
|