Manasa1 commited on
Commit
b253adb
·
verified ·
1 Parent(s): cd50977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ nltk.download('averaged_perceptron_tagger_eng')
14
  # Install Poppler and Tesseract in the runtime environment
15
  os.system("apt-get update && apt-get install -y poppler-utils tesseract-ocr")
16
 
17
- secret = os.getenv('Groq_api')
18
 
19
  working_dir = os.path.dirname(os.path.abspath(__file__))
20
 
 
14
  # Install Poppler and Tesseract in the runtime environment
15
  os.system("apt-get update && apt-get install -y poppler-utils tesseract-ocr")
16
 
17
+ secret = os.getenv('GROQ_API_KEY')
18
 
19
  working_dir = os.path.dirname(os.path.abspath(__file__))
20