Update app.py
Browse files
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 |
-
|
| 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):
|