dev2607 commited on
Commit
d0bf10a
·
verified ·
1 Parent(s): 9e68093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ except:
30
  # If all else fails, try the default installation path
31
  pytesseract.pytesseract.tesseract_cmd = 'tesseract'
32
 
33
- export GEMINI_API_KEY=AIzaSyDgFMpQp3hlpgLRsujjAtIGFNm40N_4beE
34
  # Load environment variables
35
  load_dotenv()
36
 
 
30
  # If all else fails, try the default installation path
31
  pytesseract.pytesseract.tesseract_cmd = 'tesseract'
32
 
33
+ export GEMINI_API_KEY= "AIzaSyDgFMpQp3hlpgLRsujjAtIGFNm40N_4beE"
34
  # Load environment variables
35
  load_dotenv()
36