DawnC commited on
Commit
5de9e1c
1 Parent(s): 7993dfc

Update breed_recommendation.py

Browse files
Files changed (1) hide show
  1. 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):