Spaces:
Running
on
Zero
Running
on
Zero
Update breed_recommendation.py
Browse files- breed_recommendation.py +2 -3
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
|
67 |
|
68 |
|
69 |
def on_find_match_click(*args):
|
@@ -244,6 +244,5 @@ def create_recommendation_tab(UserPreferences, get_breed_recommendations, format
|
|
244 |
'recommendation_output': recommendation_output,
|
245 |
'description_input': description_input,
|
246 |
'description_search_btn': description_search_btn,
|
247 |
-
'description_output': description_output
|
248 |
-
'processing_message': processing_message
|
249 |
}
|
|
|
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):
|
|
|
244 |
'recommendation_output': recommendation_output,
|
245 |
'description_input': description_input,
|
246 |
'description_search_btn': description_search_btn,
|
247 |
+
'description_output': description_output
|
|
|
248 |
}
|