remove wrong regex

This commit is contained in:
Rodrigo 2024-06-24 01:18:21 -03:00 committed by Gabriel Luiz Freitas Almeida
commit b2224a3179
3 changed files with 2 additions and 28 deletions

View file

@ -108,17 +108,9 @@ Components are the building blocks of flows. They consist of inputs, outputs, an
{/* <div style={{ marginBottom: "20px" }}> */}
{/\* On the top right corner of the component, you'll find the component status icon (![Status icon](/logos/playbutton.svg)).
Build the flow by clicking the **![Playground icon](/logos/botmessage.svg)Playground** at the bottom right of the workspace.
On the top right corner of the component, you'll find the a play button to run a component. Once it runs, a status icon appears and you can hover over that to visualize success or error messages.
Once the validation is complete, the status of each validated component should turn green (![Status icon](/logos/greencheck.svg)).
To debug, hover over the component status to see the outputs. \*/}
{/* </div> */}
{/\* ### Multiple outputs
A component can have multiple outputs. For example, this one Chat Input component routes through three prompt chains, and returns three different responses to a single question in the Playground. \*/}
Start interacting with your AI by clicking the **![Playground icon](/logos/botmessage.svg)Playground** at the bottom right of the workspace.
### Output Preview

View file

@ -29,19 +29,9 @@ Its intuitive interface allows for easy manipulation of AI building blocks, enab
- [Langflow Workspace](/getting-started/workspace) - Learn more about the Langflow Workspace.
{/* Mentions wrong link */}
{/\* <Admonition type="info">
Langflow is also available in HuggingFace Spaces. [Clone the space using this
link](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true)
to run your own Langflow instance in minutes.
</Admonition> */}
## Learn more about Langflow 1.0
Learn more about the exciting changes in Langflow 1.0, and how to migrate your existing Langflow projects.
{/* rsn */}
- [A new chapter for Langflow](/whats-new/a-new-chapter-langflow)
- [Migration guides](/migration/migrating-to-one-point-zero)

View file

@ -14,14 +14,6 @@ Build a blog writer with OpenAI that uses URLs for reference content.
- [OpenAI API key created](https://platform.openai.com)
{/\* <Admonition type="info">
Langflow is also available in HuggingFace Spaces. [Clone the space
using this
link](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true)
to create your own Langflow workspace in minutes.
</Admonition> */}
## Create the Blog Writer project
1. From the Langflow dashboard, click **New Project**.