Spaces:
Running
on
T4
Running
on
T4
colpali fix
Browse files
pages/Multimodal_Conversational_Search.py
CHANGED
@@ -370,9 +370,8 @@ def render_answer(question,answer,index,res_img):
|
|
370 |
pass
|
371 |
|
372 |
placeholder__ = st.empty()
|
373 |
-
with placeholder__.container():
|
374 |
-
|
375 |
-
placeholder__.button("Show similarity map",key=rdn_key_1,on_click=handle_input,args=('colpali_show_similarity_map',None))
|
376 |
|
377 |
|
378 |
# def show_maxsim():
|
|
|
370 |
pass
|
371 |
|
372 |
placeholder__ = st.empty()
|
373 |
+
#with placeholder__.container():
|
374 |
+
placeholder__.button("Show similarity map",key=rdn_key_1,on_click=handle_input,args=('colpali_show_similarity_map',None))
|
|
|
375 |
|
376 |
|
377 |
# def show_maxsim():
|