updated
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -82,7 +82,7 @@ elif page == "Predict Breed":
|
|
| 82 |
image = Image.open(uploaded_file).convert("RGB")
|
| 83 |
st.image(image, caption="Uploaded Image", use_container_width=True)
|
| 84 |
|
| 85 |
-
if st.button("
|
| 86 |
|
| 87 |
with st.spinner("Classifying..."):
|
| 88 |
try:
|
|
|
|
| 82 |
image = Image.open(uploaded_file).convert("RGB")
|
| 83 |
st.image(image, caption="Uploaded Image", use_container_width=True)
|
| 84 |
|
| 85 |
+
if st.button("Predict"):
|
| 86 |
|
| 87 |
with st.spinner("Classifying..."):
|
| 88 |
try:
|