Solshine commited on
Commit
2590bac
·
verified ·
1 Parent(s): f012ddb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ synthetic_data = generate_synthetic_data_distributed(user_prompt)
84
  report, recommendations, visualization = produce_outputs(combined_data)
85
 
86
 
87
- # Print the results
88
  print("Report:")
89
  print(report)
90
  print("\nRecommendations:")
 
84
  report, recommendations, visualization = produce_outputs(combined_data)
85
 
86
 
87
+ # Print the results for testing pyrposes
88
  print("Report:")
89
  print(report)
90
  print("\nRecommendations:")