Mattral commited on
Commit
d2393e8
·
verified ·
1 Parent(s): f33a59a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ def main():
123
  exact_matches = find_exact_matches(warehouse_df, industry_df, warehouse_column)
124
 
125
  # Find similar texts
126
- similar_texts = find_similar_texts(warehouse_df, industry_df, warehouse_column, exact_matches)
127
 
128
  # Display results
129
  st.header("Exact Matches")
 
123
  exact_matches = find_exact_matches(warehouse_df, industry_df, warehouse_column)
124
 
125
  # Find similar texts
126
+ similar_texts, exact_matches = find_similar_texts(warehouse_df, industry_df, warehouse_column)
127
 
128
  # Display results
129
  st.header("Exact Matches")