Spaces:
Running
on
T4
Running
on
T4
git ignore
Browse files
pages/Multimodal_Conversational_Search.py
CHANGED
@@ -348,7 +348,7 @@ def render_answer(question,answer,index,res_img):
|
|
348 |
|
349 |
|
350 |
else:
|
351 |
-
if(res_img[i]['file'].lower()!='none' and idx <
|
352 |
col3,col4,col5 = st.columns([33,33,33])
|
353 |
cols = [col3,col4]
|
354 |
img = res_img[i]['file'].split(".")[0]
|
|
|
348 |
|
349 |
|
350 |
else:
|
351 |
+
if(res_img[i]['file'].lower()!='none' and idx < 1):
|
352 |
col3,col4,col5 = st.columns([33,33,33])
|
353 |
cols = [col3,col4]
|
354 |
img = res_img[i]['file'].split(".")[0]
|