sophiamyang commited on
Commit
be46baf
1 Parent(s): 6f54013

change description

Browse files
Files changed (1) hide show
  1. LangChain_QA_Panel_App.ipynb +1 -4
LangChain_QA_Panel_App.ipynb CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "cells": [
3
  {
4
- "attachments": {},
5
  "cell_type": "markdown",
6
  "id": "04815d1b-44ee-4bd3-878e-fa0c3bf9fa7f",
7
  "metadata": {
@@ -221,9 +220,7 @@
221
  " pn.pane.Markdown(\"\"\"\n",
222
  " ## \\U0001F60A! Question Answering with your PDF file\n",
223
  " \n",
224
- " Step 1: Upload a PDF file \\n\n",
225
- " Step 2: Enter your OpenAI API key. This costs $$. You will need to set up billing info at [OpenAI](https://platform.openai.com/account). \\n\n",
226
- " Step 3: Type your question at the bottom and click \"Run\" \\n\n",
227
  " \n",
228
  " \"\"\"),\n",
229
  " pn.Row(file_input,openaikey),\n",
 
1
  {
2
  "cells": [
3
  {
 
4
  "cell_type": "markdown",
5
  "id": "04815d1b-44ee-4bd3-878e-fa0c3bf9fa7f",
6
  "metadata": {
 
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",