Update app.py
Browse files
app.py
CHANGED
@@ -49,11 +49,11 @@ def main():
|
|
49 |
# show_images = False
|
50 |
|
51 |
if st.checkbox("Show/Hide Examples"):
|
|
|
52 |
|
53 |
col1, col2, col3, col4 = st.columns(4)
|
54 |
|
55 |
with col1:
|
56 |
-
st.header("Example Images")
|
57 |
st.image("examples/example_0.jpg", width=260)
|
58 |
st.image("examples/example_1.jpg", width=260)
|
59 |
|
|
|
49 |
# show_images = False
|
50 |
|
51 |
if st.checkbox("Show/Hide Examples"):
|
52 |
+
st.header("Example Images")
|
53 |
|
54 |
col1, col2, col3, col4 = st.columns(4)
|
55 |
|
56 |
with col1:
|
|
|
57 |
st.image("examples/example_0.jpg", width=260)
|
58 |
st.image("examples/example_1.jpg", width=260)
|
59 |
|