From 82370ffdf3d133a18ee89daceab7bf533eed94e2 Mon Sep 17 00:00:00 2001 From: xiangjinyu Date: Thu, 13 Feb 2025 20:54:04 +0800 Subject: [PATCH] add paper link and github link to SPO app --- metagpt/ext/spo/app.py | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/metagpt/ext/spo/app.py b/metagpt/ext/spo/app.py index ac7aed3d6..20895a420 100644 --- a/metagpt/ext/spo/app.py +++ b/metagpt/ext/spo/app.py @@ -76,7 +76,25 @@ def main(): if "optimization_results" not in st.session_state: st.session_state.optimization_results = [] - st.title("SPO | Self-Supervised Prompt Optimization 🤖") + st.markdown( + """ +
+
+

SPO | Self-Supervised Prompt Optimization 🤖

+
+
+ + Paper + + + GitHub + + A framework for self-supervised prompt optimization +
+
+ """, + unsafe_allow_html=True, + ) # Sidebar for configurations with st.sidebar: