Mattral commited on
Commit
57940bb
·
verified ·
1 Parent(s): 1afc11d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def main():
98
  exact_matches = find_exact_matches(warehouse_df, industry_df, warehouse_column)
99
 
100
  # Find similar texts
101
- similar_texts = find_similar_texts(warehouse_df, industry_df, warehouse_column)
102
 
103
  # Display results
104
  st.header("Exact Matches")
 
98
  exact_matches = find_exact_matches(warehouse_df, industry_df, warehouse_column)
99
 
100
  # Find similar texts
101
+ similar_texts = find_similar_texts(warehouse_df, industry_df, warehouse_column, exact_matches)
102
 
103
  # Display results
104
  st.header("Exact Matches")