From e792464fc709a28755c669e30ef32aad17678a6b Mon Sep 17 00:00:00 2001 From: Maxime Liquet <35924738+maximlt@users.noreply.github.com> Date: Sun, 10 Dec 2023 18:01:15 +0100 Subject: [PATCH] encourage visitors to give Panel a star (#6015) --- README.md | 6 ++++++ doc/index.md | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index cc614083a3..99e402a6cf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Panel is an [open-source](https://github.com/holoviz/panel/blob/main/LICENSE.txt) Python library that lets you **easily build powerful tools, dashboards and complex applications entirely in Python**. It has a batteries-included philosophy, putting the PyData ecosystem, powerful data tables and much more at your fingertips. High-level reactive APIs and lower-level callback based APIs ensure you can quickly build exploratory applications, but you aren't limited if you build complex, multi-page apps with rich interactivity. Panel is a member of the [HoloViz](https://holoviz.org/) ecosystem, your gateway into a connected ecosystem of data exploration tools. +--- + +Enjoying Panel? Show your support with a [Github star](https://github.com/holoviz/panel) — it’s a simple click that means the world to us and helps others discover it too! ⭐️ + +--- + diff --git a/doc/index.md b/doc/index.md index c52cc8c0b4..c14147f203 100644 --- a/doc/index.md +++ b/doc/index.md @@ -82,6 +82,10 @@ Panel makes it simple to: - Create data apps that **can run entirely in the browser** - Create **polished, performant, secure and production-ready web applications** +--- + +Enjoying Panel? Show your support with a [Github star](https://github.com/holoviz/panel) — it’s a simple click that means the world to us and helps others discover it too! ⭐️ + ## Usage ::::{grid} 1 2 2 4