Spaces:
Running
on
Zero
Running
on
Zero
Update breed_recommendation.py
Browse files- 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...",
|