Spaces:
Running
on
Zero
Running
on
Zero
Update breed_recommendation.py
Browse files- breed_recommendation.py +1 -1
breed_recommendation.py
CHANGED
@@ -63,7 +63,7 @@ def create_recommendation_tab(UserPreferences, get_breed_recommendations, format
|
|
63 |
recommendation_output = gr.HTML(label="Breed Recommendations")
|
64 |
|
65 |
with gr.Tab("Find by Description"):
|
66 |
-
description_input, description_search_btn, description_output = create_description_search_tab()
|
67 |
|
68 |
|
69 |
def on_find_match_click(*args):
|
|
|
63 |
recommendation_output = gr.HTML(label="Breed Recommendations")
|
64 |
|
65 |
with gr.Tab("Find by Description"):
|
66 |
+
description_input, description_search_btn, description_output, processing_message = create_description_search_tab()
|
67 |
|
68 |
|
69 |
def on_find_match_click(*args):
|