DawnC commited on
Commit
96e99d3
โ€ข
1 Parent(s): 47ad849

Update breed_recommendation.py

Browse files
Files changed (1) hide show
  1. breed_recommendation.py +1 -1
breed_recommendation.py CHANGED
@@ -449,7 +449,7 @@ def create_recommendation_tab(UserPreferences, get_breed_recommendations, format
449
  elem_id="recommendation-output"
450
  )
451
 
452
- def on_find_match_click(*args):
453
  try:
454
  loading_messages = [
455
  "๐Ÿ• Sniffing out your perfect match...",
 
449
  elem_id="recommendation-output"
450
  )
451
 
452
+ async def on_find_match_click(*args):
453
  try:
454
  loading_messages = [
455
  "๐Ÿ• Sniffing out your perfect match...",