Update app.py
Browse files
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:")
|