From 466b6f90062bcffd1e6ed0617aa90e51eb446f09 Mon Sep 17 00:00:00 2001 From: Zhe Su <360307598@qq.com> Date: Sun, 15 Dec 2024 22:13:25 -0500 Subject: [PATCH] update intro page --- sotopia/ui/streamlit_ui/pages/intro.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sotopia/ui/streamlit_ui/pages/intro.py b/sotopia/ui/streamlit_ui/pages/intro.py index 8f73b39c..6877b3bd 100644 --- a/sotopia/ui/streamlit_ui/pages/intro.py +++ b/sotopia/ui/streamlit_ui/pages/intro.py @@ -6,6 +6,8 @@ Sotopia is a place where you can create and explore social interactions between agents. You can build your own **agents**, **scenarios**, and **evaluation dimensions**. Then try out your ideas and evaluate the results with your custom settings. + For more interesting projects using Sotopia, check out [our website](https://sotopia.world). + Also checkout the code [here](https://github.com/sotopia-lab/sotopia). """ )