DawnC commited on
Commit
c82d44a
1 Parent(s): 18298f4

Update breed_recommendation.py

Browse files
Files changed (1) hide show
  1. breed_recommendation.py +2 -1
breed_recommendation.py CHANGED
@@ -1,5 +1,6 @@
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
 
1
+ import sqlite3
2
  import gradio as gr
3
+ from dog_database import get_dog_description
4
  from scoring_calculation_system import UserPreferences
5
  from recommendation_html_format import format_recommendation_html, get_breed_recommendations
6
  from smart_breed_matcher import SmartBreedMatcher