Vijish commited on
Commit
ff2a93a
1 Parent(s): dfd1456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ photos = ["Tatoo.jpg","tattoo2.jpg"]
73
  if app_mode == SIDEBAR_OPTION_DEMO_IMAGE:
74
  st.sidebar.write(" ------ ")
75
  option = st.sidebar.selectbox('Please select a sample image and then click PoP button', photos)
76
- pressed = st.sidebar.button('PoP')
77
  if pressed:
78
  st.empty()
79
  st.sidebar.write('Please wait for the magic to happen! This may take up to a minute.')
 
73
  if app_mode == SIDEBAR_OPTION_DEMO_IMAGE:
74
  st.sidebar.write(" ------ ")
75
  option = st.sidebar.selectbox('Please select a sample image and then click PoP button', photos)
76
+ pressed = st.sidebar.button('Predict')
77
  if pressed:
78
  st.empty()
79
  st.sidebar.write('Please wait for the magic to happen! This may take up to a minute.')