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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -130,7 +130,6 @@ 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.empty()
134
  st.rerun()
135
  with row3_col3:
136
  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.rerun()
134
  with row3_col3:
135
  img_3 = Image.open(image_path + "IMG_5368.JPG")