Update app.py
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ with col2:
|
|
243 |
if search:
|
244 |
if bi_encoder_type:
|
245 |
with st.spinner(
|
246 |
-
text=f"Loading
|
247 |
):
|
248 |
bi_encoder, corpus_embeddings = bi_encode(bi_encoder_type, passages)
|
249 |
cross_encoder = cross_encode()
|
|
|
243 |
if search:
|
244 |
if bi_encoder_type:
|
245 |
with st.spinner(
|
246 |
+
text=f"Loading..........................."
|
247 |
):
|
248 |
bi_encoder, corpus_embeddings = bi_encode(bi_encoder_type, passages)
|
249 |
cross_encoder = cross_encode()
|