Circularmachines commited on
Commit
9acca80
1 Parent(s): 524c7bd
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -184,7 +184,7 @@ with col1:
184
  with col2:
185
  # st.write("current selection:")
186
  for i in range(4):
187
- st.image(st.session_state["sideimg"][i].resize((128,128)))
188
  if i==0:
189
  st.write("current selection in batch "+str(st.session_state["sideix"][i]))#//(gridsize**2)//20))
190
  if i==1:
@@ -194,6 +194,7 @@ with col2:
194
  if i==3:
195
  st.write("Third best match found in batch "+str(st.session_state["sideix"][i]))#//(gridsize**2)//20))
196
 
 
197
 
198
  #st.write(st.session_state["sideix"][i])
199
 
 
184
  with col2:
185
  # st.write("current selection:")
186
  for i in range(4):
187
+
188
  if i==0:
189
  st.write("current selection in batch "+str(st.session_state["sideix"][i]))#//(gridsize**2)//20))
190
  if i==1:
 
194
  if i==3:
195
  st.write("Third best match found in batch "+str(st.session_state["sideix"][i]))#//(gridsize**2)//20))
196
 
197
+ st.image(st.session_state["sideimg"][i].resize((128,128)))
198
 
199
  #st.write(st.session_state["sideix"][i])
200