CCockrum commited on
Commit
25b5ee9
·
verified ·
1 Parent(s): d765874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -619,10 +619,7 @@ def main():
619
  st.success(f"Found {len(combined_results)} pets from PetFinder and RescueGroups!")
620
  else:
621
  st.error("No pets found with those criteria.")
622
- st.success(f"Found {len(results['animals'])} pets!")
623
- elif:
624
- st.error("No pets found with those criteria. Try expanding your search.")
625
-
626
  # Display search results
627
  if st.session_state.search_results and 'animals' in st.session_state.search_results:
628
  st.markdown("### Search Results")
 
619
  st.success(f"Found {len(combined_results)} pets from PetFinder and RescueGroups!")
620
  else:
621
  st.error("No pets found with those criteria.")
622
+
 
 
 
623
  # Display search results
624
  if st.session_state.search_results and 'animals' in st.session_state.search_results:
625
  st.markdown("### Search Results")