rstallman commited on
Commit
177666f
1 Parent(s): 8762250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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