CCockrum commited on
Commit
376a527
·
verified ·
1 Parent(s): 5db0883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def get_pet_details(pet_id):
173
  return None
174
 
175
  # Function to format pet card
176
- def display_pet_card(pet, is_favorite=False, context="search"):
177
  col1, col2 = st.columns([1, 2])
178
 
179
  with col1:
 
173
  return None
174
 
175
  # Function to format pet card
176
+ def display_pet_card(pet, is_favorite=True, context="search"):
177
  col1, col2 = st.columns([1, 2])
178
 
179
  with col1: