azaher1215 commited on
Commit
1556952
·
1 Parent(s): b5f9fcc

fix search issues

Browse files
Files changed (1) hide show
  1. pages/3_Recipe_Recommendation.py +0 -2
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;">