Spaces:
Paused
Paused
Update app.py
Browse files
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 =
|
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
|