mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 17:33:09 +08:00
Update code snippet language in features.mdx file
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user