Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as demo:
|
|
66 |
|
67 |
## Instructions
|
68 |
|
69 |
-
1. Enter API Key ([What is that?](https://openai.com/api
|
70 |
2. Upload your documents and modify citation strings if you want (to look prettier)
|
71 |
""")
|
72 |
openai_api_key = gr.Textbox(
|
|
|
66 |
|
67 |
## Instructions
|
68 |
|
69 |
+
1. Enter API Key ([What is that?](https://platform.openai.com/account/api-keys))
|
70 |
2. Upload your documents and modify citation strings if you want (to look prettier)
|
71 |
""")
|
72 |
openai_api_key = gr.Textbox(
|