Update code snippet language in features.mdx file
This commit is contained in:
parent
291d655919
commit
8a18027eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue