pavanmutha commited on
Commit
172385c
·
verified ·
1 Parent(s): db01fab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ def analyze_data(csv_file, additional_notes=""):
187
  additional_authorized_imports=[
188
  "numpy", "pandas", "matplotlib.pyplot", "seaborn", "sklearn", "json"
189
  ],
190
- max_steps =2
191
  )
192
 
193
  # Run agent on cleaned CSV
 
187
  additional_authorized_imports=[
188
  "numpy", "pandas", "matplotlib.pyplot", "seaborn", "sklearn", "json"
189
  ],
190
+ max_steps =8
191
  )
192
 
193
  # Run agent on cleaned CSV