Spaces:
Running
on
Zero
Running
on
Zero
Update breed_recommendation_enhanced.py
Browse files
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;'
|
85 |
<span style='color: #4a5568; font-size: 0.9em;'>
|
86 |
-
"
|
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 |
+
}
|