pavanmutha commited on
Commit
a824f30
·
verified ·
1 Parent(s): a5ca753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -24,8 +24,7 @@ agent = CodeAgent(
24
  tools=[],
25
  model=model,
26
  additional_authorized_imports=["numpy", "pandas", "matplotlib.pyplot", "seaborn", "sklearn"],
27
- max_iterations=10,
28
- )
29
 
30
  # Data cleaning function
31
  def clean_data(df):
 
24
  tools=[],
25
  model=model,
26
  additional_authorized_imports=["numpy", "pandas", "matplotlib.pyplot", "seaborn", "sklearn"],
27
+ )
 
28
 
29
  # Data cleaning function
30
  def clean_data(df):