Update app.py
Browse files
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('
|
| 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.')
|