Spaces:
Runtime error
Runtime error
Dy
commited on
Commit
•
2132d8f
1
Parent(s):
dfccc9e
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ import glob
|
|
16 |
import openai
|
17 |
|
18 |
|
19 |
-
OPENAI_API_KEY=
|
20 |
|
21 |
|
22 |
dict_list_format = '''[{'header': 'slide1_title',
|
|
|
16 |
import openai
|
17 |
|
18 |
|
19 |
+
OPENAI_API_KEY = os.environ['OPENAI_API_KEY']
|
20 |
|
21 |
|
22 |
dict_list_format = '''[{'header': 'slide1_title',
|