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