Spaces:
Running
on
Zero
Running
on
Zero
Update breed_recommendation.py
Browse files- breed_recommendation.py +1 -0
breed_recommendation.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
|
2 |
import gradio as gr
|
|
|
3 |
from recommendation_html_format import format_recommendation_html, get_breed_recommendations
|
4 |
from smart_breed_matcher import SmartBreedMatcher
|
5 |
from description_search_ui import create_description_search_tab
|
|
|
1 |
|
2 |
import gradio as gr
|
3 |
+
from scoring_calculation_system import UserPreferences
|
4 |
from recommendation_html_format import format_recommendation_html, get_breed_recommendations
|
5 |
from smart_breed_matcher import SmartBreedMatcher
|
6 |
from description_search_ui import create_description_search_tab
|