Skip to content

Commit

Permalink
copy edit welcome_message loading message
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantisan committed Sep 28, 2023
1 parent 0dcbaa9 commit 6533a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mind_palace/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6533a84

Please sign in to comment.