Skip to content

Commit

Permalink
docs: update custom-whitelisted-dependencies.mdx (#1366)
Browse files Browse the repository at this point in the history
The module example is too abstract. Giving an example of a known library would be beneficial for users to understand
  • Loading branch information
pesmeriz authored Oct 16, 2024
1 parent 5dd5c68 commit 2e17812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom-whitelisted-dependencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ By default, PandasAI only allows to run code that uses some whitelisted modules.
```python
from pandasai import SmartDataframe
df = SmartDataframe("data.csv", config={
"custom_whitelisted_dependencies": ["any_module"]
"custom_whitelisted_dependencies": ["seaborn"]
})
```

Expand Down

0 comments on commit 2e17812

Please sign in to comment.