Skip to content

Commit

Permalink
Round video corners
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 24, 2025
1 parent d14b78e commit 8eeb05a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ Lumen sets itself apart from other agent based frameworks in that it focuses on

The declarative Lumen data model further sets it apart from other tools, making it easy for LLMs to populate custom components and making it easy for the user to share the results. Entire multi-step data transformation pipelines be they in SQL or Python can easily be captured and used to drive custom visualizations, interactive tables and more. Once generated the declarative nature of the Lumen specification allows them to be shared, reproducing them in a notebook or composing them through a drag-and-drop interface into a dashboard.

---

<video controls style="max-width: 1024px; width: 100%; display: block; margin: 0 auto;">
<video controls style="max-width: 1024px; width: 100%; display: block; margin: 0 auto; border-radius: 10px;">
<source src="https://assets.holoviz.org/lumen/videos/intro.webm" type="video/webm" />
</video>

---

## Getting Started

::::{grid} 1 2 2 3
Expand Down

0 comments on commit 8eeb05a

Please sign in to comment.