whitead commited on
Commit
ed7a961
1 Parent(s): d9293d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -141,7 +141,8 @@ with gr.Blocks(css=css_style) as demo:
141
  * [langchain](https://github.com/hwchase17/langchain) is the main library this tool utilizes.
142
 
143
  1. Enter API Key ([What is that?](https://platform.openai.com/account/api-keys))
144
- 2. Upload your documents and modify citation strings if you want (to look prettier in answer)
 
145
  """)
146
  openai_api_key = gr.Textbox(
147
  label="OpenAI API Key", placeholder="sk-...", type="password")
141
  * [langchain](https://github.com/hwchase17/langchain) is the main library this tool utilizes.
142
 
143
  1. Enter API Key ([What is that?](https://platform.openai.com/account/api-keys))
144
+ 2. Upload your documents
145
+ 3. Ask a questions
146
  """)
147
  openai_api_key = gr.Textbox(
148
  label="OpenAI API Key", placeholder="sk-...", type="password")