stephenmccartney1234 commited on
Commit
1d298e8
·
verified ·
1 Parent(s): 2f531cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
 
4
  def chat_with_pdf(content):
5
 
6
- api_key = os.getenv('CHATPDFKEY')
7
  if not api_key:
8
  return "API key (CHATPDFKEY) not set in environment variables."
9
 
 
3
 
4
  def chat_with_pdf(content):
5
 
6
+ api_key = os.getenv('CHATPDFKEY')
7
  if not api_key:
8
  return "API key (CHATPDFKEY) not set in environment variables."
9