Spaces:
Runtime error
Runtime error
Commit
·
31d2c84
1
Parent(s):
eb68b77
Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -179,7 +179,7 @@ def image_show(images):
|
|
179 |
st.header("2")
|
180 |
st.image(images[2],width=200)
|
181 |
|
182 |
-
col4, col5, col6 col7= st.columns(4)
|
183 |
|
184 |
with col4:
|
185 |
st.header("3")
|
|
|
179 |
st.header("2")
|
180 |
st.image(images[2],width=200)
|
181 |
|
182 |
+
col4, col5, col6, col7= st.columns(4)
|
183 |
|
184 |
with col4:
|
185 |
st.header("3")
|