Spaces:
Running
on
Zero
Running
on
Zero
Update breed_recommendation.py
Browse files- breed_recommendation.py +1 -1
breed_recommendation.py
CHANGED
@@ -436,7 +436,7 @@ def create_recommendation_tab(UserPreferences, get_breed_recommendations, format
|
|
436 |
""")
|
437 |
|
438 |
# 創建新的按鈕
|
439 |
-
|
440 |
"Find My Perfect Match 🐾",
|
441 |
elem_classes="custom-match-button",
|
442 |
variant="primary"
|
|
|
436 |
""")
|
437 |
|
438 |
# 創建新的按鈕
|
439 |
+
recommendation_output = gr.Button(
|
440 |
"Find My Perfect Match 🐾",
|
441 |
elem_classes="custom-match-button",
|
442 |
variant="primary"
|