Skip to content

Commit

Permalink
Update streamlit_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
salmon-raye committed Jan 21, 2024
1 parent d199f88 commit 8e55f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from chatgpt_values import extract_values

# REMOVE THIS BEFORE COPYING TO GITHUB!
API_KEY = os.environ['OPENAI_KEY']
API_KEY = os.environ['API_KEY']
client = OpenAI(api_key=API_KEY)

ocr_model = PaddleOCR(use_angle_cls=True, lang='en')
Expand Down

0 comments on commit 8e55f6f

Please sign in to comment.