SiddharthAK commited on
Commit
d9c4db0
·
verified ·
1 Parent(s): dd23928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -475,7 +475,7 @@ def calculate_dot_product_and_representations_independent(query_model_choice, do
475
 
476
  # Overlapping Terms Dot Products
477
  if sorted_overlapping_dot_products:
478
- full_output += "### Dot Products of Overlapping Terms:\n"
479
  full_output += "\n" # Removed the individual weight explanation
480
  overlap_list = []
481
  for term, product_val in sorted_overlapping_dot_products:
 
475
 
476
  # Overlapping Terms Dot Products
477
  if sorted_overlapping_dot_products:
478
+ full_output += "### Product of Query and Document Term Scores:\n"
479
  full_output += "\n" # Removed the individual weight explanation
480
  overlap_list = []
481
  for term, product_val in sorted_overlapping_dot_products: