Update app.py
Browse files
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('
|
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 |
|