Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from google.oauth2.service_account import Credentials
|
|
7 |
import requests
|
8 |
import json
|
9 |
|
10 |
-
openai.api_key = "
|
11 |
|
12 |
# Global variables
|
13 |
records = []
|
|
|
7 |
import requests
|
8 |
import json
|
9 |
|
10 |
+
openai.api_key = os.getenv("API_SECRET")
|
11 |
|
12 |
# Global variables
|
13 |
records = []
|