JaredBailey commited on
Commit
6d1352b
·
verified ·
1 Parent(s): cbbe9c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -130,6 +130,7 @@ if st.session_state.screen == 1:
130
  if st.button(f"Select Image ↑", key="button_2"):
131
  st.session_state.image = img_2
132
  st.session_state.screen = 2
 
133
  st.rerun()
134
  with row3_col3:
135
  img_3 = Image.open(image_path + "IMG_5368.JPG")
 
130
  if st.button(f"Select Image ↑", key="button_2"):
131
  st.session_state.image = img_2
132
  st.session_state.screen = 2
133
+ st.empty()
134
  st.rerun()
135
  with row3_col3:
136
  img_3 = Image.open(image_path + "IMG_5368.JPG")