Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -620,7 +620,7 @@ def main():
|
|
620 |
else:
|
621 |
st.error("No pets found with those criteria.")
|
622 |
st.success(f"Found {len(results['animals'])} pets!")
|
623 |
-
|
624 |
st.error("No pets found with those criteria. Try expanding your search.")
|
625 |
|
626 |
# Display search results
|
|
|
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
|