Spaces:
Running
on
T4
Running
on
T4
colpali fix
Browse files
pages/Multimodal_Conversational_Search.py
CHANGED
@@ -294,8 +294,8 @@ def render_answer(question,answer,index,res_img):
|
|
294 |
render_all()
|
295 |
|
296 |
if(st.session_state.input_is_colpali):
|
297 |
-
|
298 |
-
|
299 |
|
300 |
|
301 |
colu1,colu2,colu3 = st.columns([4,82,20])
|
|
|
294 |
render_all()
|
295 |
|
296 |
if(st.session_state.input_is_colpali):
|
297 |
+
placeholder__ = st.empty()
|
298 |
+
placeholder__.button("Show similarity map",key=rdn_key_1,on_click=show_maxsim)
|
299 |
|
300 |
|
301 |
colu1,colu2,colu3 = st.columns([4,82,20])
|