feat: Update CLI message and style (#7588)

* Update CLI message and style

* [autofix.ci] apply automated fixes

* 📝 (langflow/__main__.py): update access link to include protocol dynamically based on input

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>
This commit is contained in:
Simon Duncan 2025-04-11 10:35:19 -05:00 committed by GitHub
commit ff197a4fa7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 19 deletions

View file

@ -45,15 +45,15 @@ The service will start, and you will may notice a dialog in the lower right indi
```
╭───────────────────────────────────────────────────────────────────╮
│ Welcome to Langflow │
│ Welcome to Langflow
│ │
│ │
│ Collaborate, and contribute at our GitHub Repo 🌟
│ Collaborate and contribute: 🌟 GitHub Repo • 💬 Join Discord
│ │
│ We collect anonymous usage data to improve Langflow. │
You can opt-out by setting DO_NOT_TRACK=true in your environment.
To opt out, set: DO_NOT_TRACK=true in your environment.
│ │
Access http://127.0.0.1:7860
🟢 Open Langflow → http://127.0.0.1:7860
╰───────────────────────────────────────────────────────────────────╯
```