Spaces:
Running
on
Zero
Running
on
Zero
Update breed_recommendation.py
Browse files- breed_recommendation.py +2 -0
breed_recommendation.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import sqlite3
|
2 |
import gradio as gr
|
3 |
from dog_database import get_dog_description, dog_data
|
|
|
|
|
4 |
from scoring_calculation_system import UserPreferences, calculate_compatibility_score
|
5 |
from recommendation_html_format import format_recommendation_html, get_breed_recommendations
|
6 |
from smart_breed_matcher import SmartBreedMatcher
|
|
|
1 |
import sqlite3
|
2 |
import gradio as gr
|
3 |
from dog_database import get_dog_description, dog_data
|
4 |
+
from breed_health_info import breed_health_info
|
5 |
+
from breed_noise_info import breed_noise_info
|
6 |
from scoring_calculation_system import UserPreferences, calculate_compatibility_score
|
7 |
from recommendation_html_format import format_recommendation_html, get_breed_recommendations
|
8 |
from smart_breed_matcher import SmartBreedMatcher
|