Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,6 +72,9 @@ st.divider()
|
|
| 72 |
|
| 73 |
file_name = st.file_uploader("Choose an image...")
|
| 74 |
|
|
|
|
|
|
|
|
|
|
| 75 |
if file_name is not None:
|
| 76 |
col1, col2 = st.columns(2)
|
| 77 |
image = Image.open(file_name)
|
|
|
|
| 72 |
|
| 73 |
file_name = st.file_uploader("Choose an image...")
|
| 74 |
|
| 75 |
+
st.button("re-run classification", type="primary")
|
| 76 |
+
st.write("")
|
| 77 |
+
|
| 78 |
if file_name is not None:
|
| 79 |
col1, col2 = st.columns(2)
|
| 80 |
image = Image.open(file_name)
|