mherlie commited on
Commit
3ebfb8f
·
1 Parent(s): 0cf4eee
Files changed (1) hide show
  1. 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("🖼️ Predict"):
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: