Update code snippet language in features.mdx file

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-27 22:14:00 -03:00
commit 8a18027eb0

View file

@ -43,7 +43,7 @@ The Code button shows snippets to use your flow as a Python object or an API.
Through the Langflow package, you can load a flow from a JSON file and use it as a LangChain object.
```py
```python
from langflow.load import load_flow_from_json
flow = load_flow_from_json("path/to/flow.json")