Spaces:
Running
Running
Update app.py
Browse files
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 += "###
|
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:
|