Circularmachines
commited on
Commit
•
8ff0e42
1
Parent(s):
d2aa6e0
updates
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with col2:
|
|
162 |
else:
|
163 |
st.write("Match #"+str(i)+" in batch "+str(st.session_state["sideix"][i]))#//(gridsize**2)//20))
|
164 |
|
165 |
-
st.image(st.session_state["sideimg"][i]#.resize((128,128)))
|
166 |
|
167 |
#st.write(st.session_state["sideix"][i])
|
168 |
|
|
|
162 |
else:
|
163 |
st.write("Match #"+str(i)+" in batch "+str(st.session_state["sideix"][i]))#//(gridsize**2)//20))
|
164 |
|
165 |
+
st.image(st.session_state["sideimg"][i])#.resize((128,128)))
|
166 |
|
167 |
#st.write(st.session_state["sideix"][i])
|
168 |
|