Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import gspread
|
|
4 |
from google.auth import default
|
5 |
import requests
|
6 |
import time
|
|
|
7 |
|
8 |
# Authenticate and authorize with Google Sheets
|
9 |
#creds, _ = default()
|
|
|
4 |
from google.auth import default
|
5 |
import requests
|
6 |
import time
|
7 |
+
import json
|
8 |
|
9 |
# Authenticate and authorize with Google Sheets
|
10 |
#creds, _ = default()
|