From 6533a8452f20d68a61f8f153c9d799d738e051fb Mon Sep 17 00:00:00 2001 From: Paul Lam Date: Thu, 28 Sep 2023 11:47:36 +0900 Subject: [PATCH] copy edit welcome_message loading message --- mind_palace/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mind_palace/app.py b/mind_palace/app.py index 2fcc681..6e1c6ed 100644 --- a/mind_palace/app.py +++ b/mind_palace/app.py @@ -30,7 +30,7 @@ def load_nodes_and_index(xml_dir, model): query_engine = CitationQueryEngine.from_args(index=vector_index, verbose=True) -@st.cache_data(show_spinner="Summarizing papers... just a few more seconds.") +@st.cache_data(show_spinner="Analyzing papers... just a few more seconds.") def get_welcome_message(abstracts): return ( welcome.summarize(gpt_model, abstracts)