From a67341e10477fc787ff2f07b96b5f7c25ae89e6a Mon Sep 17 00:00:00 2001 From: Shreya Shankar Date: Wed, 6 Nov 2024 16:35:56 -0800 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46202e71..fe3d8eb1 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ pip install docetl ### Running the UI Locally +We offer a simple UI for building pipelines. We recommend building up complex pipelines one operation at a time, so you can see the results of each operation as you go and iterate on your pipeline. To run it locally, follow these steps: + ![Playground Screenshot](docs/assets/tutorial/playground-screenshot.png) 1. Clone the repository: