Kaludi commited on
Commit
d7d64b2
·
1 Parent(s): 4a0e9c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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