Update app.py
Browse files
app.py
CHANGED
@@ -1249,7 +1249,7 @@ def launch_interface(share=True):
|
|
1249 |
)
|
1250 |
|
1251 |
# Generate recommendations based on results
|
1252 |
-
recommendations =
|
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 |
|