Update app.py
Browse files
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 |
-
|
| 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',
|