From 82d2c2d81ba4ab8de13b3a2959fdea6e74200169 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:53:07 +0800 Subject: [PATCH] Update autogen/gradio_gui/README.md Co-authored-by: Li Jiang --- autogen/gradio_gui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen/gradio_gui/README.md b/autogen/gradio_gui/README.md index 1972422f0564..08890cacf294 100644 --- a/autogen/gradio_gui/README.md +++ b/autogen/gradio_gui/README.md @@ -42,7 +42,7 @@ python -m autogen.launch_gui > Note: > When you run `launch_gui`, the program will automatically install additional dependencies with `pip install --user ...` if they are not installed. -## ⭐Customize +## ⭐Customization 1. Create a python file `test.py` with templete below