Spaces:
Running
Running
Update app.py
Browse files
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
|
|
|
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")
|