CCockrum commited on
Commit
c721654
·
verified ·
1 Parent(s): 8ba2391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -502,7 +502,7 @@ def main():
502
  else:
503
  for pet in st.session_state.favorites:
504
  st.markdown("---")
505
- display_pet_card(pet, is_favorite=True, context+"favorites")
506
 
507
  with tab3:
508
  st.markdown("### About PetMatch")
 
502
  else:
503
  for pet in st.session_state.favorites:
504
  st.markdown("---")
505
+ display_pet_card(pet, is_favorite=True, context="favorites")
506
 
507
  with tab3:
508
  st.markdown("### About PetMatch")