Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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")
|