diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 7566787b4..c164db331 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -44,17 +44,17 @@ Open a new Terminal, and type `uv run langflow run`. The service will start, and you will may notice a dialog in the lower right indicating there is a port available to connect to. However, the service will not be ready until you see the welcome banner: ``` -╭───────────────────────────────────────────────────────────────────╮ -│ Welcome to Langflow │ -│ │ -│ │ -│ Collaborate and contribute: 🌟 GitHub Repo • 💬 Join Discord │ -│ │ -│ We collect anonymous usage data to improve Langflow. │ -│ To opt out, set: DO_NOT_TRACK=true in your environment. │ -│ │ -│ 🟢 Open Langflow → http://127.0.0.1:7860 │ -╰───────────────────────────────────────────────────────────────────╯ +╭───────────────────────────────────────────────────────────────────────╮ +│ Welcome to Langflow │ +│ │ +│ 🌟 GitHub: Star for updates → https://github.com/langflow-ai/langflow │ +│ 💬 Discord: Join for support → https://discord.com/invite/EqksyE2EX9 │ +│ │ +│ We collect anonymous usage data to improve Langflow. │ +│ To opt out, set: DO_NOT_TRACK=true in your environment. │ +│ │ +│ 🟢 Open Langflow → http://127.0.0.1:7860 │ +╰───────────────────────────────────────────────────────────────────────╯ ``` At this point you can connect to the service via the port, or if the dialog is gone you can find the "Forwarded Address" on the "Ports" tab (which is next the "Terminal" tab). If there is no port forwarded, you can click the "Forward a Port" button on the "Ports" tab, and forward `7860`. \ No newline at end of file diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 61682ad5d..b95ab8739 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -68,17 +68,17 @@ This will set up the development environment by installing backend and frontend Once the application is running, the command output should look similar to: ``` -╭───────────────────────────────────────────────────────────────────╮ -│ Welcome to Langflow │ -│ │ -│ │ -│ Collaborate and contribute: 🌟 GitHub Repo • 💬 Join Discord │ -│ │ -│ We collect anonymous usage data to improve Langflow. │ -│ To opt out, set: DO_NOT_TRACK=true in your environment. │ -│ │ -│ 🟢 Open Langflow → http://127.0.0.1:7860 │ -╰───────────────────────────────────────────────────────────────────╯ +╭───────────────────────────────────────────────────────────────────────╮ +│ Welcome to Langflow │ +│ │ +│ 🌟 GitHub: Star for updates → https://github.com/langflow-ai/langflow │ +│ 💬 Discord: Join for support → https://discord.com/invite/EqksyE2EX9 │ +│ │ +│ We collect anonymous usage data to improve Langflow. │ +│ To opt out, set: DO_NOT_TRACK=true in your environment. │ +│ │ +│ 🟢 Open Langflow → http://127.0.0.1:7860 │ +╰───────────────────────────────────────────────────────────────────────╯ ``` At this point, validate you can access the UI by opening the URL shown. diff --git a/src/backend/base/langflow/__main__.py b/src/backend/base/langflow/__main__.py index 9b78982d6..38ab1ae11 100644 --- a/src/backend/base/langflow/__main__.py +++ b/src/backend/base/langflow/__main__.py @@ -401,9 +401,8 @@ def print_banner(host: str, port: int, protocol: str) -> None: title = f"[bold]Welcome to {styled_package_name}[/bold]\n" info_text = ( - "Collaborate and contribute: " - ":star2:[bold][link=https://github.com/langflow-ai/langflow]GitHub Repo[/link][/bold] • " - ":speech_balloon:[bold][link=https://discord.com/invite/EqksyE2EX9]Join Discord[/link][/bold]" + ":star2: GitHub: Star for updates → https://github.com/langflow-ai/langflow\n" + ":speech_balloon: Discord: Join for support → https://discord.com/invite/EqksyE2EX9" ) telemetry_text = ( "We collect anonymous usage data to improve Langflow.\n"