Skip to content

Commit

Permalink
[Fix] change wording of loading message
Browse files Browse the repository at this point in the history
  • Loading branch information
mmz-001 committed Feb 8, 2023
1 parent 8e3d1b0 commit 1d16ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge_gpt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def set_openai_api_key(api_key: str):
raise ValueError("File type not supported!")
text = text_to_docs(doc)
try:
with st.spinner("Loading document. This may take a while⏳"):
with st.spinner("Indexing document... This may take a while⏳"):
index = embed_docs(text)
st.session_state["api_key_configured"] = True
except OpenAIError as e:
Expand Down

0 comments on commit 1d16ffd

Please sign in to comment.