Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ USERS_SHEET = 'Users'
|
|
12 |
PURCHASE_ORDERS_SHEET = 'PurchaseOrders'
|
13 |
|
14 |
# Service account credentials file path
|
15 |
-
CREDENTIALS_FILE = '
|
16 |
|
17 |
# Initialize Google Sheets client
|
18 |
SCOPES = ['https://www.googleapis.com/auth/spreadsheets', 'https://www.googleapis.com/auth/drive']
|
|
|
12 |
PURCHASE_ORDERS_SHEET = 'PurchaseOrders'
|
13 |
|
14 |
# Service account credentials file path
|
15 |
+
CREDENTIALS_FILE = 'credentials.json' # Replace with the path to your service account credentials file
|
16 |
|
17 |
# Initialize Google Sheets client
|
18 |
SCOPES = ['https://www.googleapis.com/auth/spreadsheets', 'https://www.googleapis.com/auth/drive']
|