Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ from openai import OpenAI
|
|
6 |
import gspread
|
7 |
from google.oauth2.service_account import Credentials
|
8 |
|
9 |
-
# Define scopes for Google Sheets and Drive API access.
|
10 |
SCOPES = [
|
11 |
"https://www.googleapis.com/auth/spreadsheets",
|
12 |
"https://www.googleapis.com/auth/drive"
|
|
|
6 |
import gspread
|
7 |
from google.oauth2.service_account import Credentials
|
8 |
|
|
|
9 |
SCOPES = [
|
10 |
"https://www.googleapis.com/auth/spreadsheets",
|
11 |
"https://www.googleapis.com/auth/drive"
|