Spaces:
Running
on
Zero
Running
on
Zero
Update breed_recommendation.py
Browse files- breed_recommendation.py +1 -1
breed_recommendation.py
CHANGED
@@ -238,7 +238,7 @@ def create_recommendation_tab(UserPreferences, get_breed_recommendations, format
|
|
238 |
description_search_btn.click(
|
239 |
fn=on_description_search,
|
240 |
inputs=[description_input],
|
241 |
-
outputs=[description_output]
|
242 |
)
|
243 |
|
244 |
return {
|
|
|
238 |
description_search_btn.click(
|
239 |
fn=on_description_search,
|
240 |
inputs=[description_input],
|
241 |
+
outputs=[description_output, processing_message]
|
242 |
)
|
243 |
|
244 |
return {
|