Chris4K commited on
Commit
2577444
1 Parent(s): 825e760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -530,7 +530,9 @@ def compare_embeddings(file, query, embedding_models, custom_embedding_model, sp
530
 
531
  fig = visualize_results(results_df, stats_df)
532
 
533
- return results_df, stats_df, fig
 
 
534
 
535
  def format_results(results, stats):
536
  formatted_results = []
 
530
 
531
  fig = visualize_results(results_df, stats_df)
532
 
533
+ best_results = analyze_results(stats_df)
534
+
535
+ return results_df, stats_df, fig, best_results
536
 
537
  def format_results(results, stats):
538
  formatted_results = []