pavanmutha commited on
Commit
6e97d60
·
verified ·
1 Parent(s): 3231a89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -124,7 +124,9 @@ def analyze_data(csv_file, additional_notes=""):
124
  4. Actionable real-world insights derived from findings.
125
  Don't write to any files. Just return all results in the interface.
126
  Generate publication-quality visualizations and save to './figures/'.
127
- Return the analysis results as a python dictionary that can be parsed by ast.literal_eval().
 
 
128
  The dictionary should have the following structure:
129
  {
130
  'observations': {
 
124
  4. Actionable real-world insights derived from findings.
125
  Don't write to any files. Just return all results in the interface.
126
  Generate publication-quality visualizations and save to './figures/'.
127
+ You are a helpful data analysis agent. ONLY return valid Python code.
128
+ Do not include explanations, comments, or any non-code text.
129
+ Do not use 'open()' or write to files. Just return variables and plots.
130
  The dictionary should have the following structure:
131
  {
132
  'observations': {