pavanmutha commited on
Commit
69a2d3a
·
verified ·
1 Parent(s): 001411d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def analyze_data(csv_file, additional_notes=""):
129
  4. Use only authorized imports: `pandas`, `numpy`, `matplotlib.pyplot`, `seaborn`, `json`.
130
  5. DO NOT return any explanations, thoughts, or narration outside the final JSON block
131
  6. Run only 5 iteration and return output quickly.
132
- ⚠️ Output ONLY the following JSON code block format, exactly:
133
  {
134
  'observations': {
135
  'observation_1_key': 'observation_1_value',
 
129
  4. Use only authorized imports: `pandas`, `numpy`, `matplotlib.pyplot`, `seaborn`, `json`.
130
  5. DO NOT return any explanations, thoughts, or narration outside the final JSON block
131
  6. Run only 5 iteration and return output quickly.
132
+ 7. Output ONLY the following JSON code block format, exactly:
133
  {
134
  'observations': {
135
  'observation_1_key': 'observation_1_value',