Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ openai.api_key = "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"
|
|
13 |
records = []
|
14 |
credentials = Credentials.from_service_account_file("credentials.json", scopes=["https://www.googleapis.com/auth/spreadsheets"])
|
15 |
client = gspread.authorize(credentials)
|
16 |
-
sheet = client.open_by_url("https://docs.google.com/spreadsheets/d/
|
17 |
|
18 |
def get_user_ip():
|
19 |
try:
|
|
|
13 |
records = []
|
14 |
credentials = Credentials.from_service_account_file("credentials.json", scopes=["https://www.googleapis.com/auth/spreadsheets"])
|
15 |
client = gspread.authorize(credentials)
|
16 |
+
sheet = client.open_by_url("https://docs.google.com/spreadsheets/d/1wBxvW2-VQFbbVKxnUfyEgrqpgM9fEaUFNddLL2YQyng/edit?usp=sharing").sheet1
|
17 |
|
18 |
def get_user_ip():
|
19 |
try:
|