agentharbor commited on
Commit
e1fe61c
·
verified ·
1 Parent(s): e45053f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -29,6 +29,8 @@ Meanwhile, plot some figures using matplotlib/seaborn and save them to the (alre
29
  In your final answer: summarize these correlations and trends
30
  After each number derive real worlds insights, for instance: "Correlation between is_december and boredness is 1.3453, which suggest people are more bored in winter".
31
  Your final answer should be a long string with at least 3 numbered and detailed parts.
 
 
32
 
33
  Structure of the data:
34
  {structure_notes}
 
29
  In your final answer: summarize these correlations and trends
30
  After each number derive real worlds insights, for instance: "Correlation between is_december and boredness is 1.3453, which suggest people are more bored in winter".
31
  Your final answer should be a long string with at least 3 numbered and detailed parts.
32
+ You should also include 3 follow-up questions that can be answered with this analysis
33
+ Provide suggestions around what additional input needs to be provided by the user for better analysis
34
 
35
  Structure of the data:
36
  {structure_notes}