robertselvam commited on
Commit
e7a5bf7
1 Parent(s): 3b2a15f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import openai
13
  class ChemicalIdentifier:
14
  def __init__(self):
15
 
16
- opeai.api_key = os.getenv["OPENAI_API_KEY"]
17
 
18
  def get_empty_state(self):
19
 
 
13
  class ChemicalIdentifier:
14
  def __init__(self):
15
 
16
+ openai.api_key = os.getenv["OPENAI_API_KEY"]
17
 
18
  def get_empty_state(self):
19