robertselvam commited on
Commit
971b179
1 Parent(s): e7a5bf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -12,8 +12,7 @@ import openai
12
 
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
 
 
12
 
13
  class ChemicalIdentifier:
14
  def __init__(self):
15
+ openai.api_key = os.getenv("OPENAI_API_KEY")
 
16
 
17
  def get_empty_state(self):
18