Spaces:
Runtime error
Runtime error
Commit
·
eb68b77
1
Parent(s):
8debed2
Update functions.py
Browse files- functions.py +4 -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 = st.columns(
|
| 183 |
|
| 184 |
with col4:
|
| 185 |
st.header("3")
|
|
@@ -190,4 +190,7 @@ def image_show(images):
|
|
| 190 |
with col6:
|
| 191 |
st.header("5")
|
| 192 |
st.image(images[6],width=200)
|
|
|
|
|
|
|
|
|
|
| 193 |
|
|
|
|
| 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")
|
|
|
|
| 190 |
with col6:
|
| 191 |
st.header("5")
|
| 192 |
st.image(images[6],width=200)
|
| 193 |
+
with col7:
|
| 194 |
+
st.header("6")
|
| 195 |
+
st.image(images[7],width=200)
|
| 196 |
|