Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -505,8 +505,8 @@ def main():
|
|
505 |
display_pet_details(st.session_state.selected_pet)
|
506 |
else:
|
507 |
for pet in st.session_state.favorites:
|
508 |
-
|
509 |
-
|
510 |
|
511 |
with tab3:
|
512 |
st.markdown("### About PetMatch")
|
|
|
505 |
display_pet_details(st.session_state.selected_pet)
|
506 |
else:
|
507 |
for pet in st.session_state.favorites:
|
508 |
+
st.markdown("---")
|
509 |
+
display_pet_card(pet, is_favorite=True, context="favorites")
|
510 |
|
511 |
with tab3:
|
512 |
st.markdown("### About PetMatch")
|