Skip to content

Commit

Permalink
Update sidebar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-usa authored Mar 28, 2023
1 parent 9cb519e commit e83d95e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions knowledge_gpt/components/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ def sidebar():
st.markdown(
"## How to use\n"
# "1. Enter your [OpenAI API key](https://platform.openai.com/account/api-keys) below🔑\n" # noqa: E501
"1. Upload a pdf, docx, or txt file📄\n"
"Currently we don't support scanned PDF\n"
"1. Upload a pdf, docx, or txt file📄 (Currently we don't support scanned PDF)\n"
"2. Ask a question about the document💬\n"
" Or you can ask DocGPT to give you some questions about the document💬\n"
)
Expand Down

0 comments on commit e83d95e

Please sign in to comment.