Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
e7a5bf7
1
Parent(s):
3b2a15f
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import openai
|
|
13 |
class ChemicalIdentifier:
|
14 |
def __init__(self):
|
15 |
|
16 |
-
|
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 |
|