Spaces:
Running
on
T4
Running
on
T4
colpali fix
Browse files
pages/Multimodal_Conversational_Search.py
CHANGED
@@ -298,8 +298,8 @@ def render_answer(question,answer,index,res_img):
|
|
298 |
if(st.session_state.input_is_colpali):
|
299 |
placeholder__ = st.empty()
|
300 |
placeholder__.button("Show similarity map",key=rdn_key_1,on_click=handle_input,args=('colpali_show_similarity_map',True))
|
301 |
-
with placeholder.container():
|
302 |
-
|
303 |
|
304 |
colu1,colu2,colu3 = st.columns([4,82,20])
|
305 |
with colu2:
|
|
|
298 |
if(st.session_state.input_is_colpali):
|
299 |
placeholder__ = st.empty()
|
300 |
placeholder__.button("Show similarity map",key=rdn_key_1,on_click=handle_input,args=('colpali_show_similarity_map',True))
|
301 |
+
# with placeholder.container():
|
302 |
+
# render_all()
|
303 |
|
304 |
colu1,colu2,colu3 = st.columns([4,82,20])
|
305 |
with colu2:
|