whitead commited on
Commit
98ba3f1
2 Parent(s): 33a3ffa bc305d6

Merge branch 'main' of https://huggingface.co/spaces/whitead/paper-qa into main

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
67
 
68
  ## Instructions
69
 
70
- 1. Enter API Key ([What is that?](https://openai.com/api/))
71
  2. Upload your documents and modify citation strings if you want (to look prettier)
72
  """)
73
  openai_api_key = gr.Textbox(
 
67
 
68
  ## Instructions
69
 
70
+ 1. Enter API Key ([What is that?](https://platform.openai.com/account/api-keys))
71
  2. Upload your documents and modify citation strings if you want (to look prettier)
72
  """)
73
  openai_api_key = gr.Textbox(
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- paper-qa>=0.0.6
2
  gradio
 
1
+ paper-qa>=0.0.8
2
  gradio