Chris4K commited on
Commit
541e017
1 Parent(s): 41494a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1249,7 +1249,7 @@ def launch_interface(share=True):
1249
  )
1250
 
1251
  # Generate recommendations based on results
1252
- recommendations = generate_recommendations(stats_df)
1253
 
1254
  return results_df, stats_df, recommendations
1255
 
 
1249
  )
1250
 
1251
  # Generate recommendations based on results
1252
+ recommendations = analyze_results(stats_df)
1253
 
1254
  return results_df, stats_df, recommendations
1255