DawnC commited on
Commit
3eaea6e
·
verified ·
1 Parent(s): 595e0a5

Update breed_recommendation_enhanced.py

Browse files
Files changed (1) hide show
  1. breed_recommendation_enhanced.py +3 -3
breed_recommendation_enhanced.py CHANGED
@@ -81,9 +81,9 @@ def create_description_examples():
81
  border: 1px solid #e2e8f0;
82
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
83
  '>
84
- <strong style='color: #276749;'>👥 Family Situation:</strong><br>
85
  <span style='color: #4a5568; font-size: 0.9em;'>
86
- "Looking for a calm, low-maintenance companion dog for elderly person"
87
  </span>
88
  </div>
89
  </div>
@@ -643,4 +643,4 @@ def create_recommendation_tab(
643
  'criteria_results': locals().get('criteria_results'),
644
  'description_results': locals().get('description_results'),
645
  'description_input': locals().get('description_input')
646
- }
 
81
  border: 1px solid #e2e8f0;
82
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
83
  '>
84
+ <strong style='color: #276749;'>🤫 Low-Noise Preference:</strong><br>
85
  <span style='color: #4a5568; font-size: 0.9em;'>
86
+ "I live in a small apartment and don't exercise much, so I need a small, quiet dog that won't bark too often"
87
  </span>
88
  </div>
89
  </div>
 
643
  'criteria_results': locals().get('criteria_results'),
644
  'description_results': locals().get('description_results'),
645
  'description_input': locals().get('description_input')
646
+ }