Spaces:
Sleeping
Sleeping
azaher1215
commited on
Commit
·
d332807
1
Parent(s):
156d6a0
fix issues with search
Browse files
assets/nlp/WEIGHTS.md
DELETED
File without changes
|
pages/3_Recipe_Recommendation.py
CHANGED
@@ -61,8 +61,6 @@ def recipe_search_page():
|
|
61 |
<div style="margin-bottom: 6px; font-size: 14px;">
|
62 |
<b>Match Score:</b> <span style="color: #007acc; font-weight: bold;">{recipe['similarity_score']:.1%}</span>
|
63 |
<span style="font-size: 12px; color: #888;">(query match)</span><br>
|
64 |
-
<b>Overall Score:</b> <span style="color: green; font-weight: bold;">{recipe['combined_score']:.1%}</span>
|
65 |
-
<span style="font-size: 12px; color: #888;">(match + popularity)</span>
|
66 |
</div>
|
67 |
|
68 |
<div style="margin-bottom: 6px;">
|
|
|
61 |
<div style="margin-bottom: 6px; font-size: 14px;">
|
62 |
<b>Match Score:</b> <span style="color: #007acc; font-weight: bold;">{recipe['similarity_score']:.1%}</span>
|
63 |
<span style="font-size: 12px; color: #888;">(query match)</span><br>
|
|
|
|
|
64 |
</div>
|
65 |
|
66 |
<div style="margin-bottom: 6px;">
|