DeepSoft-Tech commited on
Commit
801aed6
1 Parent(s): 2c1c1a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from htmlTemplates import css, bot_template, user_template
12
  from langchain.llms import HuggingFaceHub
13
 
14
  # set this key as an environment variable
15
- HUGGINGFACEHUB_API_TOKEN=os.environ["huggingface_token"]
16
 
17
  def get_pdf_text(pdf_docs : list) -> str:
18
  text = ""
 
12
  from langchain.llms import HuggingFaceHub
13
 
14
  # set this key as an environment variable
15
+ HUGGINGFACEHUB_API_TOKEN=os.environ["HUGGINGFACEHUB_API_TOKEN"]
16
 
17
  def get_pdf_text(pdf_docs : list) -> str:
18
  text = ""