From c089b9afd3c2cc8a708d416509b2a083f546093e Mon Sep 17 00:00:00 2001 From: f-trycua Date: Sat, 20 Sep 2025 19:38:24 +0200 Subject: [PATCH] Update build-your-own-operator-on-macos-1.md --- blog/build-your-own-operator-on-macos-1.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/blog/build-your-own-operator-on-macos-1.md b/blog/build-your-own-operator-on-macos-1.md index 862e0627..1e15ae02 100644 --- a/blog/build-your-own-operator-on-macos-1.md +++ b/blog/build-your-own-operator-on-macos-1.md @@ -12,10 +12,9 @@ Our Operator will run in an isolated macOS VM, by making use of our [cua-compute Check out what it looks like to use your own Operator from a Gradio app: - +
+ +
## What You'll Learn @@ -544,4 +543,4 @@ In the next blogpost, we'll introduce our Agent framework which abstracts away a ### Resources - [OpenAI Computer-Use docs](https://platform.openai.com/docs/guides/tools-computer-use) - [cua-computer](https://github.com/trycua/cua/tree/main/libs/computer) -- [lume](https://github.com/trycua/cua/tree/main/libs/lume) \ No newline at end of file +- [lume](https://github.com/trycua/cua/tree/main/libs/lume)