Update app.py
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ with col2:
|
|
218 |
clear = st.button("Clear Text Input", on_click=clear_text, key='clear',help='Click to clear the URL and query')
|
219 |
|
220 |
if search:
|
221 |
-
if bi_encoder_type
|
222 |
with st.spinner(
|
223 |
text=f"Loading..........................."
|
224 |
):
|
|
|
218 |
clear = st.button("Clear Text Input", on_click=clear_text, key='clear',help='Click to clear the URL and query')
|
219 |
|
220 |
if search:
|
221 |
+
if bi_encoder_type:
|
222 |
with st.spinner(
|
223 |
text=f"Loading..........................."
|
224 |
):
|