sophiamyang commited on
Commit
74eff1a
1 Parent(s): be46baf

change description

Browse files
Files changed (1) hide show
  1. LangChain_QA_Panel_App.ipynb +1 -1
LangChain_QA_Panel_App.ipynb CHANGED
@@ -220,7 +220,7 @@
220
  " pn.pane.Markdown(\"\"\"\n",
221
  " ## \\U0001F60A! Question Answering with your PDF file\n",
222
  " \n",
223
- " Steps: 1) Upload a PDF file. 2) Enter your OpenAI API key. This costs $$. You'll need to set up billing info at [OpenAI](https://platform.openai.com/account). 3) Type your question at the bottom and click \"Run\".\n",
224
  " \n",
225
  " \"\"\"),\n",
226
  " pn.Row(file_input,openaikey),\n",
 
220
  " pn.pane.Markdown(\"\"\"\n",
221
  " ## \\U0001F60A! Question Answering with your PDF file\n",
222
  " \n",
223
+ " 1) Upload a PDF. 2) Enter OpenAI API key. This costs $. Set up billing at [OpenAI](https://platform.openai.com/account). 3) Type a question and click \"Run\".\n",
224
  " \n",
225
  " \"\"\"),\n",
226
  " pn.Row(file_input,openaikey),\n",