Moghazy commited on
Commit
57b5ed0
·
1 Parent(s): 6ef19db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PyPDF2 import PdfReader
4
  import langchain
5
  from htmlTemplates import css,bot_template,user_template,url,aiLogoUrl
6
 
7
-
8
  def get_pdf_text(pdf_docs):
9
  text = ""
10
  for pdf in pdf_docs:
 
4
  import langchain
5
  from htmlTemplates import css,bot_template,user_template,url,aiLogoUrl
6
 
7
+ cohere_api_key="gf0VDS934ffUjm9XYGR7WBDyqVL9RPWI6CINzLje"
8
  def get_pdf_text(pdf_docs):
9
  text = ""
10
  for pdf in pdf_docs: