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